摘要: ![](https://img2020.cnblogs.com/blog/1220447/202006/1220447-20200609163536634-1232211026.png) ![](https://img2020.cnblogs.com/blog/1220447/202006/1220447-20200609163147108-1434440007.png) ![](https:// 阅读全文
posted @ 2020-06-09 16:39 xidianzxm 阅读(129) 评论(0) 推荐(0) 编辑
摘要: 字符串与数组的方法总结(包含ES6) javascript 字符串 字符串的重复 includes() //是否包含此字符 返回布尔值 split() //将字符串转化为数组 substring() //截取字符串[m,n) slice() //同上 substr() //截取字符串[m,n个) i 阅读全文
posted @ 2020-06-09 09:51 xidianzxm 阅读(666) 评论(0) 推荐(0) 编辑