?? charcode.js
字號:
function showad(){document.write(strad);}
function showct(){document.write(strct);}
function setBgColor(color){window.setcolor.bgColor=color;}
function setFontSize(size){window.setcolor.style.fontSize=size;}
function setFontstyle(bold){window.setcolor.style.fontWeight=bold;}
function setFontColor(color){window.setcolor.style.color=color;}
function click()
{
if (event.button==1)
{
if(document.all.auto.status==true){document.all.auto.status=false;}
scroller();
}
}
document.onmousedown=click
var position = 0;
function scroller()
{
if (document.all.auto.status==true)
{
position++;
scroll(0,position);
clearTimeout(timer);
var timer = setTimeout("scroller()",120);
timer;
}
else
{
clearTimeout(timer);
}
}
function Action(jsStr)
{
return eval(jsStr)
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -