JavaScript's string split method returns an array of substrings obtained by ... var ar = fruits.split(', '); // split string on comma space console.log( ar ) ...
確定! 回上一頁