这是我正在尝试的代码:http: //jsfiddle.net/sbrsK/10/
它运行正常,在 jsfiddle 中没有任何错误
尝试通过我的计算机上本地的网络服务器运行相同的操作不起作用。正在加载以下文件:
- 索引.html
- 应用程序.js
在 Firefox 中,我收到此错误:
TypeError: this._input is null @ http://cloud.github.com/downloads/wycats/handlebars.js/handlebars-1.0.0.beta.6.js:364
在铬我得到这个错误:
Uncaught TypeError:Cannot call method 'match' of null
under match = this._input.match(this.rules[rules[i]]); in handlebars-1.0.0.beta.6.js
这个链接前面有一个非常相似的问题,但似乎它仍然是开放的。
所以问题是为什么当它在 jsfiddle 中正常工作时会发生这个错误?在本地运行它的正确方法是什么?