utility.js
来自「网上找到的关于陀螺仪的一些介绍」· JavaScript 代码 · 共 22 行
JS
22 行
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 + =
减小字号Ctrl + -
显示快捷键?