var res = str1.concat(str2); // does not change the existing strings, but // returns a new string ... how to concatenate strings and variables in javascript.
確定! 回上一頁