JS 實現帶回調倒計時器

用javascript實現一個倒計時插件,當倒計時完成,調用回調函數處理事務。 function getCountdown(doc,time,fuc) {//倒計時插件,doc:顯示倒計時時間的元素,time:倒計時時間秒數,fuc:回調函數,計時完成後回調該函數 this.time = time; this.doc = doc; this.fuc
相關文章
相關標籤/搜索