⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 function.vbs

📁 网易论坛 发表新贴子
💻 VBS
字号:
sub checkpwd()
if document.password.pwd.value="" then
msgbox"新密码不能为空",48,"密码设置错误"
document.password.pwd.focus()
elseif
document.password.pwd.focus()
else
document.password.submit
end if
end sub
sub logoncheck()
if document.logonuser.username.value="" then
msgbox"请输入用户名",48,"用户名"
document.logonuser.username.focus()
elseif  document.logonuser.password.value="" then
msgbox"请输入登录密码",48,"登录密码"
document.logonuser.password.focus()
else
document.logonuser.submit
end if
end sub

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -