返回列表 发帖

[问题求助] VBS怎样将用户4次输入改成1次输入?

本帖最后由 zengfuyang 于 2013-3-24 16:27 编辑

现在我有4条让用户输入的语句,因为4次输入太麻烦,想一次性输入,可以吗?代码如下:
strOne = InputBox("Please type one string","Input")

strTwo= InputBox("Please type two string","Input")

strThree = InputBox("Please type three string","Input")

strFour = InputBox("Please type you four string","Input")

求大神帮忙啊!

返回列表