()
| 79 | |
| 80 | //初始化编辑器以及预览内容 |
| 81 | function initEditor() { |
| 82 | var pageConfig = getActiveExampleConfig(); |
| 83 | loadExampleHtml(); |
| 84 | initCodeEditor(pageConfig.showCode); |
| 85 | } |
| 86 | |
| 87 | function loadExampleHtml() { |
| 88 | var locationParam = getLocationParam(); |
no test coverage detected