JS 筆記- 字串切割substring() ... 要用什麼方法,後來得知有一個字串分割的 substring() ,查了一下MDN。 ... console.log(str.substring(1, 3));
確定! 回上一頁