a = "hallo" + "world"sht.range(1,1).value = 'a'结果单元格里写入的是a,而我想写入的是halloworld,咋弄?
你把a用引号括起来了,所以只有一个字符,你把引号去掉试试