📄 09.url测试[ie].htm
字号:
<script language="javascript" src="logger.js"></script>
<script>
function highCodeToBody(msg,type){
var highProcessor = new $HighlighterLogPlugin(type);
document.body.appendChild(highProcessor.execute(msg));
}
function resultProc(msg){
document.getElementById("cont").innerHTML = msg;
highCodeToBody(highCodeToBody.toString(),"JavaScript");//js代码高亮度
highCodeToBody(msg,"xhtml");//html代码高亮
}
function init(){
$AjaxUrl("http://www.126.com")(resultProc);
}
Dewind.addLoadedEvent(init);
</script>
<div id="cont" style="OVERFLOW: auto;height:250px;width:550px;background:white;color:black;"></div>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -