JavaScript concat () 方法JavaScript String 对象实例连接两个字符串: var str1 = 'Hello '; var str2 = 'world!'; var n = str1.concat(str2); n 输出结果: Hello ...
確定! 回上一頁