JS常用的字符串方法

文章目錄 1. `charAt(index)` 2. `charCodeAt(index)` 3. `indexOf(searchvalue, fromindex)` 4. `lastIndexOf(searchvalue, fromindex)` 5. `match(substr)` `match(regexp)` 6. `substring(start, end)` 7. `substr(st
相關文章
相關標籤/搜索