javascript 的字串方法【substring、slice、substr】的區別 ... var string = 'hello world'; string.substring(2, 0); // "he" 如果是0 2 應該是hel ...
確定! 回上一頁