JavaScript Demo: String.concat(). 9. 1. const str1 = 'Hello';. 2. const str2 = 'World';. 3. . 4. console.log(str1.concat(' ', str2));.
確定! 回上一頁