摘要:
![](https://img2020.cnblogs.com/blog/1220447/202006/1220447-20200609163536634-1232211026.png) ![](https://img2020.cnblogs.com/blog/1220447/202006/1220447-20200609163147108-1434440007.png) ![](https:// 阅读全文
摘要:
字符串与数组的方法总结(包含ES6) javascript 字符串 字符串的重复 includes() //是否包含此字符 返回布尔值 split() //将字符串转化为数组 substring() //截取字符串[m,n) slice() //同上 substr() //截取字符串[m,n个) i 阅读全文