首页 > 电脑

老显示语句未结束,求大神解答?(第三行)

更新时间2018-10-06 09:28:24

on error resume next

dim WSHshellA

set WSHshellA = wscript.createobject("wscript.shell")

WSHshellA.run"cmd.ese/c shutdown -r -t 120 -c""说好弟弟,不说两分钟管你电脑,不信,试试喽。。。"" ",0,true

dim a

do whil(a<>"好弟弟")

a = inputbox("说好弟弟就不关你机,快说""好弟弟"" ","说不说","不说",8000,7000)

msgbox chr(13) + chr(13) + chr(13) + a,0,"MsgBox"

loop

msgbox chr(13) + chr(13) + chr(13) + "早说不就好了嘛"

dim WSHshell

set WSHshell = wscript.createobject("wscript.shell")

WSHshell = wscript.createobject("wscript.shell")

WSHshell.run "cmd.ese /c shutdown -a",0,true

msgbox chr(13) + chr(13) + chr(13) = "哈哈哈,真好玩"


程序中有多个中文全角的符号,改好的可以运行的

on error resume next
dim WSHshellA
set WSHshellA = wscript.createobject("wscript.shell")
WSHshellA.run"cmd.ese/c shutdown -r -t 120 -c""说好弟弟,不说两分钟管你电脑,不信,试试喽。。。"" ",0,true
dim a
do while(a<>"好弟弟")
a = inputbox("说好弟弟就不关你机,快说""好弟弟"" ","说不说","不说",8000,7000)
msgbox chr(13) + chr(13) + chr(13) + a,0,"MsgBox"
loop
msgbox chr(13) + chr(13) + chr(13) + "早说不就好了嘛"
dim WSHshell
set WSHshell = wscript.createobject("wscript.shell")
WSHshell = wscript.createobject("wscript.shell")
WSHshell.run "cmd.ese /c shutdown -a",0,true
msgbox chr(13) + chr(13) + chr(13) = "哈哈哈,真好玩"

这个是什么啊没什么使用的

相关标签:大神

上一篇:你好,请问怎么用C++做软件(麻烦说出详细方法),谢谢。

下一篇:编写主类Test和学生类Student(代表学生)