//Immutability of string var str = '123'; console.log(str); str = '456'; ... var str2 = '13/14/520/love/you'; console.log(str2.split('/'));.
確定! 回上一頁