📄 bgcolor.js
字号:
function onColor(td)
{
td.style.backgroundColor='e7e7e7';
}
function offColor(td)
{
td.style.backgroundColor='';
}
function onColor2(td)
{
// td.style.backgroundColor="#c0c0c0";
// td.style.fontWeight="bold";
// td.style.fontStyle="italic";
td.style.color="#0600FF";
}
function offColor2(td)
{
// td.style.backgroundColor="";
// td.style.fontWeight='';
// td.style.fontStyle='';
td.style.color='';
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -