?? jumpmenu.js
字號(hào):
function jumpMenu(selObj) {
var url = selObj.options[selObj.selectedIndex].value;
if(url.length > 0)
window.open(url, '');
}
function openMax(theUrl,wlength,hlength)
{
window.open(theUrl, "","width="+wlength+",height="+hlength+",resizable=yes,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,top=0,left=0");
}
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -