03 2020 档案

摘要:相同点: 1、都循环遍历数组的每一项; 2、三个参数item(当前项),index(索引),array(原始数组); 3、匿名函数this都指定的是window; 4、只能循环遍历数组; 不同点: map: 可以return返回新的数组 map的回调函数,支持return返回值,return的什么, 阅读全文
posted @ 2020-03-31 15:43 超级玛丽和大力水手 阅读(208) 评论(0) 推荐(0)
摘要:git remote rm origin #删除远程的仓库git remote add origin https://gitee.com/xx/xx.git(新地址) #重新添加远程仓库 阅读全文
posted @ 2020-03-26 17:50 超级玛丽和大力水手 阅读(128) 评论(0) 推荐(0)