用来娱乐自己的脚本语言
注释格式
'注释格式
赋值语法
dim WSHshell
set WSHshell = wscript.createobject("wscript.shell")
判断语法格式
dim x
if x=1 then
循环语法格式
do
loop
函数格式
sub Name()
end sub
function xx()
end function
对话框
msgbox "hello world!"
常用的函数
https://www.runoob.com/vbscript/vbscript-ref-functions.html