- const title="追星测试"
- const yourname="蔡徐坤"
- const question="你最喜欢的明星是谁,请在下面方框中输入他的名字"
- const scend="你说出了你的心扉,那就向他表白吧~"
- dimyouranswer
- do
- youranswer=inputbox(question,title)
- if youranswer <> yourname then
- msgbox info,vbinformation
- +vbokonly,title
- loop until youranswer=yourname
- msgbox scend,vbinformation
- +vbokonly,title
复制代码
|