最佳答案
刚开始使用 Backbone.js,简单地包含 Backbone (开发/生产版本)会导致错误:
Uncaught TypeError: Cannot call method 'extend' of undefined在128线:
// Attach all inheritable methods to the Model prototype
_.extend(Backbone.Model.prototype, Backbone.Events,