?? all.js
字號:
function show(mylink,mytitle,width,height){
mailwin=window.open(mylink,mytitle,'top=60,left=50,width='+width+',height='+height+',scrollbars=yes')
}
function openwindow(){//打開user_register.jsp新窗口
window.open("user_register.jsp","reg","width=320 height=384");
}
function sure(){//確認刪除的提示信息
mystr = "您真的要刪除嗎?";
return window.confirm(mystr);
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -