Append numeric or string to another string // In Origin C, support use '+' to add a numeric/string type const or variable string str = "The area is " + 30.7 ...
確定! 回上一頁