vb的print方法如何使用

vb的print方法如何使用
2025-06-21 06:00:42
推荐回答(2个)
回答1:

窗口支持print方法
x="hello"
y="word"
print x,y

回答2:

vb6才用print 直接 print "内容"