摘要: bind函数在IE8下是不支持的,只需要在你的js文件中加入如下代码就可以支持IE8 //让bind函数支持IE8 if (!Function.prototype.bind) { Function.prototype.bind = function (oThis) { if (typeof this 阅读全文
posted @ 2017-03-09 11:18 Ai-Long 阅读(2075) 评论(0) 推荐(1) 编辑