我不知道是否可以在Ace Editor中打开预先保存的HTML文件。这可能吗?
实际上我想在Ace编辑器中加载预先保存的HTML文件,以便可以在编辑器中查看文件的代码。
请告诉我这样做的方法。
答案 0 :(得分:0)
我明白了。我用PHP来做这件事。
<div id="editor">
<?php echo htmlentities(file_get_contents($_SERVER["DOCUMENT_ROOT"] . "html_file_address_here"));?>
</div>
答案 1 :(得分:-1)
是的,你可以做到吗
`var editor = ace.edit(&#39; left_main_content&#39;); //带有html的区域......或尝试其父级
editor.setOptions({
theme: "ace/theme/dawn",
mode: "ace/mode/html",
setUseWrapMode: true,
})`