... var myArray = []; function foo(x) { for (var i = 0; i < x.length; i++) { myArray.push(x.slice(i, i + 1)); } }; //----JS 字串轉字元陣列.
確定! 回上一頁