Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 angular.bind 代替 ECMAScript 5 的 Function.prototype.bind 有什么好处吗?
支持旧版浏览器只是一个垫片还是有一些优势?
是的,它本质上是一个带有一些类型检查的垫片。Function.prototype.bind是一个 ES5 构造,所以您正在查看 IE9+、FF4+ 等。
Function.prototype.bind
这是代码