📄 openwithsubwindow.js
字号:
function openWithSubwindow(url,width,height,top,left){
var d=new Date();
window.open(url,"newpage"+d.getSeconds(),"width="+width+",height="+height+",top="+top+",left="+left+",toolbar=no,menubar=no,scrollbars=no,resizable=no,location=no,status=no,fullscreen=2");
}
function ClickDel(redirecturl){
if(confirm("确定删除?")){
location.href=redirecturl;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -