首页 > 电脑

vbs显示缺少语句

更新时间2019-07-02 05:05:11

text()

functiontext()

dim a

a=lnputBox("请大声说出我是猪!")

if a="我是猪"then

Msgbox"哈哈,我也觉得你是猪!",0,"恭喜"

else

Msgbox"不行,你要说我是猪!",0,"再来一次"

text()

end if 

end function


两个简单的问题(你没有学过编程?)

1。functiontext()少空格了

正确的

function text()

2。a=lnputBox("请大声说出我是猪!")

单词拼错了,正确的

a=inputBox("请大声说出我是猪!")

上一篇:数据库:有3个事务的一个调度r2(A)w3(B)r1(B)r2(B)r3(B)w2(A)W1(A)

下一篇:floatk=0.8567;printf("%6.1f%%",k*100);