怎么连接两个字符串?
dim a as string
a=text1.text+text2.text (a是两个文本框输入的数据中间加一个空格)
请问怎么写代码?
dim a as string
a=text1.text+text2.text (a是两个文本框输入的数据中间加一个空格)
请问怎么写代码?
2006-05-14 16:01
2006-05-14 16:02
2006-05-14 16:20
还有,补充一点点,字符串连接最好用:"&"
&是标准的字符连接
+可是用,但不是标准语法

2006-05-14 17:49