“String.concat()”的版本间的差异
来自YFRobotwiki
(以“:String {| border="0" cellpadding="20" width="100%" |- |width="100%" valign="top" align="left"| <font color="olivedrab" size="+3">'''concat()'''...”为内容创建页面) |
(没有差异)
|
2015年7月27日 (一) 17:07的最后版本
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论坛 |