material/windows/vbs/小秘密.vbs
2025-05-18 09:11:15 +08:00

11 lines
187 B
Plaintext

text()
function text()
dim a
a=InputBox("做我女朋友吧!")
if a="好的"then
Msgbox"臭宝,真乖!",0,"恭喜"
else
Msgbox"臭宝,不同意还想跑!",0,"再来一次"
text()
end if
end function