Javascript String concat() 字串相加concat() 方法用來將好幾個字串相加,然後返回一個新字串。語法: str.concat(string2[, string3, , stringN]) 用法: var hello ...
確定! 回上一頁