QuickFunctions:JavaScript的快速功能模块 源码
快速功能 一个旨在减少编写JavaScript基本功能的时间的模块! 它可以在多个JavaScript框架中使用(因为它们实际上都相同),并且您正在开发的大多数库都可以使用! 当前支持以下功能: 超时和间隔功能 timeout() -编写为setCommandTimeout(function, time) clearTimeout() -编写为clearCommandTimeout(function) setInterval() -编写为setCommandInterval(function, time) clearInterval() -编写为clearCommandInterval
下载地址
用户评论