📄 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 + -