擷取起始點-結束點的內容(不含結束點); 針對Array、String ... ar a = 'Go to learn JavaScript !' console.log(a.split('learn')); // ["Go to ", " JavaScript !
確定! 回上一頁