第一次使用 Google Apps 脚本,我想将整数转换为字符串,例如 myText=myText.toString(10)。 最简单的方法是什么? 谢谢:)
刚刚使用“+”运算符找到了一个简单的答案
myText = "Number is " myText = myText+ 10