📄 go.js
字号:
function gopage(){
var gothat=document.getElementById("go").value
var patrn=/^[0-9]{1,20}$/;
if((gothat==null)||(gothat=="")){
alert("\u8bf7\u5148\u8f93\u5165\u4f60\u8981\u8df3\u8f6c\u7684\u9875\u9762\uff01");
}else{
document.location.href='login.do?action=page&go='+gothat;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -