当我运行此代码时,它确实无法运行
goruncode(){
editor = ace.edit('editor');
var editorvaluet=editor.getValue();
frames['screen'].document.documentElement.innerHTML = editorvaluet;"
}
并在 html
中I have a <iframe id="screen"></iframe>
因此,当我点击更新时,它不会更新
答案 0 :(得分:2)
使用
document.getElementById("screen").contentDocument.documentElement.innerHTML