VBS中怎么接收inputbox里面的“取消”的值?

2024-12-24 22:45:31
推荐回答(1个)
回答1:

if inputbox("请输入,不想输入就点‘取消’!",,"标题") <> "" then
msgbox "我想点击‘取消’就退出!"
end if