兼容IE8,Function.prototype.bind()重寫

  IE8環境下面可正常執行javascript if (!Function.bind) { // ie8下可正常執行 Function.prototype.bind = function (context) { if (typeof this !== 'function') { throw new Error('調用的對象不是方法');
相關文章
相關標籤/搜索