摘要: delayTime: 1000, test1 = 0, . . . . . testTime(){ const _this = this function foo() { console.log(new Date()); _this.test1 = _this.test1 + 1; console. 阅读全文
posted @ 2021-07-23 10:12 假装空白 阅读(50) 评论(0) 推荐(0)
摘要: 1、join() 功能:将数组中所有元素都转化为字符串并链接在一起。 2、reverse() 功能:将数组中得元素颠倒顺序 3、concat() 功能:数组拼接得功能,返回新数组,原数组不受影响。 4、slice() 截取数组生成新数组,原数组不受影响。 返回的数组包含第一个参数指定的位置和所有到但 阅读全文
posted @ 2021-07-23 08:54 假装空白 阅读(93) 评论(0) 推荐(0)