谁能看一下这错在哪里

我自己写了一个VBScript玩玩,可是结束的时候,它却说我少了End或If,但我明明已经加了,它还是说我缺了。看一下,来自一个编程新手的提问。 这是我的代码: if MsgBox("hello" ,vbHelloGui,"提示")=vbhello then if MsgBox("Nise to meet you!",vbNisetomeetyoutoo,"提示")=vbNisetomeetyou then if MsgBox("BYE",vbBye,"提示")=vbBye then else if MsgBox("空卖U挖 磨性得U,vb哪尼.提示)=vb空卖U挖 磨性得U ,ws.run ") then end If 这是它说的: 脚本:C:\Users\Administrator.BF-20201124AIZQ\Desktop\死亡二选一\新建文本文档.vbs 行:6 字符:7 错误:缺少'End' 代码:800A03F6 源:Microsoft VBScript编译器错误 事情就是这样。

if MsgBox("BYE",vbBye,"提示")=vbBye then else

then后面直接是else,缺少操作内容。