摘要: 实现一个函数clone,可以对JS中的5种数据类型(Number、String、Object、Array、Boolean)进行值复制 阅读全文
posted @ 2019-01-28 19:26 Mahmud(مەھمۇد) 阅读(268) 评论(0) 推荐(0) 编辑
摘要: etTimeout来实现setInterval 1 <script type="text/javascript"> 2 function interval(func, w, t){ 3 var interv = function(){ 4 if(typeof t "undefined" || t-- 阅读全文
posted @ 2019-01-28 17:30 Mahmud(مەھمۇد) 阅读(142) 评论(0) 推荐(0) 编辑