表白小神奇

时间:2021-10-30 12:33:25
【文件属性】:

文件名称:表白小神奇

文件大小:450B

文件格式:VBS

更新时间:2021-10-30 12:33:25

love

const title = "爱情测试" const yourname = "XXX" const question = "你最喜欢的人是谁?请在下面的方框中输入他的名字。" const info = "你在说谎!不要逃避,实话实说。" const scend = "你说出了你的心扉,那就向他表白吧。" dim youranswer do youranswer = inputbox(question, title) if youranswer <> yourname then msgbox info, vbinformation+vbokonly, title loop until youranswer = yourname msgbox scend, vbinformation+vbokonly, title 把后缀改成.vbs即可运行


网友评论