2019年12月9日

如何使用闭包形成计数器

摘要: //闭包,返回生成新id的函数。 //2013-12 function geAppendNewId(){ var counter=1; function appendNewId(arr1) { //入参 arr1 = arr1 || []; $.each(arr1, function (i, ite 阅读全文

posted @ 2019-12-09 17:38 漫思 阅读(409) 评论(0) 推荐(0) 编辑

多次调用settimeout 如何使用单例模式

摘要: <script> function aaa() { window.counter = window.counter||1; console.log(window.counter); window.counter++; window.caonima= setTimeout('aaa()', 1000) 阅读全文

posted @ 2019-12-09 17:37 漫思 阅读(1150) 评论(0) 推荐(1) 编辑

导航