Loading

摘要: function mySetInterval(fn, milliSec,count){ function interval(){ if(typeof count 'undefined'||count-->0){ setTimeout(interval, milliSec); try{ fn() }c 阅读全文
posted @ 2018-05-17 10:06 亡灵族 阅读(402) 评论(0) 推荐(0)