concat()

描述

結合兩個字串成為一個新字串。第二組字串會接在第一組字串後面。

語法


string.concat(string2)

參數

string, string2: String 物件 (字串)

範例

StringAppendOperator

See also

String
String Addition operator


語法參考主頁面

The text of the 86Duino reference is a modification of the Arduino reference, and is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the reference are released into the public domain.