串連兩個字串參數或字串清單。
String
concat(<parameters>)
concat(<string>,<string>)
concat(<listString>)
傳回字串。
concat("Hello","World")
傳回"HelloWorld"。
concat(["Hello"," ","World"])
返回"Hello World"。
A virtual event April 27-28.
Expand your skills and get inspired.