ハイ
これについては、stackoverflow またはドキュメントで多くの質問を読みましたが、解決策が見つかりませんでした..
私の変数 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>