趣味表白

趣味表白

趣味表白

const title = “爱情测试”
const yourname = “xzq”
const question = “你最喜欢的人是谁?请在下面的方框中输入他(她)的名字 提示(xzq)。”
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
msgbox “你好呀!!!”,vbQuestion,“在吗”
msgbox “我来了”,vbQuestion,“是我啊”
msgbox “有一个问题要问你哦”

dim j
do while j<1
Select Case msgbox(“做我女朋友好吗”,68,“请郑重的回答我”)
Case 6 j=1
Case 7 msgbox(“再想想呗”)
end Select
loop
msgbox(“那我送你一个礼物,把我送给你。哈哈哈哈”)
msgbox (“误会大了”)
msgbox (“溜了溜了”)
msgbox(“其实相处也是不错哦”)

dim i
do while i<1
Select Case msgbox(“是否接受见证奇迹的时刻”,68,“回答是”)
Case 6 i =1
Case 7 msgbox(“再想想吧”)
end Select
loop

发布了2 篇原创文章 · 获赞 1 · 访问量 322

猜你喜欢

转载自blog.csdn.net/weixin_46124512/article/details/104184644