String.concat()
出自YFRobotwiki
concat()
Combines, or concatenates two strings into one new String. The second string is appended to the first, and the result is placed in a new String
string.concat(string, string2)
string, string2: variables of type String
new String that is the combination of the original two Strings
更多建議和問題歡迎反饋至 YFRobot論壇 |