首页
编程
java
php
前端
首页
编程
java
php
前端
Msgbox如何显示 n=变量
a=Int(9000*Rnd+1000)
print "n=" a
怎么用Msgbox显示的内容跟print显示的一样,即n=a
msgbox "n=" & a
点击展开全文