📄 viewnews.js
字号:
function doZoom(size){
document.getElementById('zoom').style.fontSize=size+'px'
}
function onserch()
{
if(serchfm.keyword.value=="")
{
serchfm.keyword.focus();
alert("请输入搜索的关键字");
return false;
}
serchfm.action="index.jsp?search=1";
return true;
}
function msover(){
event.srcElement.style.backgroundColor="#ccffff";
event.srcElement.style.cursor = "hand";
}
function msout(){
event.srcElement.style.backgroundColor="D0E7FF";
event.srcElement.style.cursor = "auto";
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -