代码拉取完成,页面将自动刷新
<!DOCTYPE html>
<html>
<frameset id="frameId1" rows="4%, *" border="1">
<frame name="header" src="page/ace-editor-header.html" noresize="noresize" scrolling="no">
<frameset id="frameId2" cols="15%, *" border="4">
<frame name="navigation" src="page/ace-editor-navigation.html">
<frame name="body" src="page/ace-editor-body.html">
</frameset>
</frameset>
</html>
<!--
// 设置编辑器内容
editor.setValue('123');
// 设置滚动速度
editor.setScrollSpeed(2);
// 设置字体
editor.setOptions({fontFamily: 'Courier New'});
'Consolas'
'Bahnschrift'
'Georgia'
'Ink Free'
''
// 设置字体大小
editor.setFontSize(20);
// 设置编程语言
editor.getSession().setMode("ace/mode/java");
// 设置主题
editor.setTheme("ace/theme/idle_fingers");
// 设置滚动至文本末尾后能继续滚动的距离(0-1)
editor.setOptions({scrollPastEnd: 1});
// 设置只读
editor.setOptions({readOnly: true});
// 设置不显示行号
editor.setOptions({showLineNumbers: false});
// 设置每行文本长度辅助线的位置
editor.setPrintMarginColumn(100);
// 设置隐藏每行文本长度辅助线
editor.setShowPrintMargin(false);
// 获取只读状态,true为只读,false为可编辑
editor.getReadOnly();
// 移动光标
editor.moveCursorTo(0, 0);
// 内容搜索 ctrl+f
editor.execCommand('find');
-->
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。