摘要:
js不支持replaceAll,可以用函数new RegExp('要替换的内容','g')代替, 代码: 阅读全文
摘要:
代码: 格式例子: setTimeout 只执行一次:http://www.runoob.com/jsref/met-win-settimeout.html setInterval 执行多次:http://www.runoob.com/jsref/met-win-setInterval.html 阅读全文