📄 utility.js
字号:
function OpenLink( url, width, height){
window.open( url, 'OpenLink', 'scrollbars=auto, width=' + width + ', height=' + height + '');
}
function isPrint( sn){
window.open( './news_print.asp?sn=' + sn, 'OpenPrint', 'scrollbars=yes, width=550, height=650');
}
function isForward( sn){
window.open( './news_forward.asp?sn=' + sn, 'OpenForward', 'scrollbars=no, width=520, height=390');
}
_uacct = "UA-958988-1";
urchinTracker();
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -