在使用zepto时,我先引入zepto.min.js,然后引入fx.js,但是在使用animate函数时,控制台却报如下错误: Uncaught TypeError: this.bind is not a function 解决办法: 1.去github中打开src/fx.js,打开链接,把内容添加到zepto.min.js中,问题就解决了.然后需要什么模块就向zepto.min.js中添加该模块的内容,最后只用引入zepto.min.js. 2.zepto的定制: (1)安装nodejs环境…