hy
我在 stackoverflow 或文档上阅读了很多关于此的问题,但我没有找到我的解决方案 snif..
在我的变量 window.description 我可以看到内容(window.description ="<span style="font-weight: bold;" ),他没有显示它,我不明白为什么?
1.< script type="text/javascript">
window.description ='<%= @item.description %>';
document.getElementById('editorResult').innerHTML = "<h2>Code display</h2><pre>" + window.description+ "</pre>";
<div id="editorResult">
editorResult =>
</div>