()
| 126 | |
| 127 | //运行代码 |
| 128 | function run() { |
| 129 | var iframeContent = $("#editor").val(); |
| 130 | if (editor) { |
| 131 | iframeContent = aceEditor.getValue(); |
| 132 | } |
| 133 | loadPreview(iframeContent); |
| 134 | } |
| 135 | |
| 136 | //填充预览效果内容 |
| 137 | function loadPreview(content) { |
no test coverage detected