摘要: js不支持replaceAll,可以用函数new RegExp('要替换的内容','g')代替, 代码: 阅读全文
posted @ 2018-11-22 15:48 月零Ray 阅读(128) 评论(0) 推荐(0) 编辑
摘要: 代码: 格式例子: setTimeout 只执行一次:http://www.runoob.com/jsref/met-win-settimeout.html setInterval 执行多次:http://www.runoob.com/jsref/met-win-setInterval.html 阅读全文
posted @ 2018-11-22 15:41 月零Ray 阅读(268) 评论(0) 推荐(0) 编辑