摘要:
arr.forEach(function(item,index,arr){},this) 相当于普通的for循环,第一个回调参数,第二个this可以重定向【箭头函数则不生效】 arr.map() 非常有用,做数据交互 配合return,返回一个新数组,没有return则相当于forEach(每一项则 阅读全文
posted @ 2019-06-11 14:44
KingX
阅读(566)
评论(0)
推荐(0)
摘要:
String.includes("xxx") 返回true/false [es5的字符串查找方法:String.indexOf() ] String.startsWith("xxx") 判断字符串是否以 "xxx" 开头 返回 true/false String.endsWith("xxx") 判断 阅读全文
posted @ 2019-06-11 10:45
KingX
阅读(948)
评论(0)
推荐(0)

浙公网安备 33010602011771号