document.querySelectorAll未定义

时间:2015-09-23 07:15:11

标签: meteor

我正在遵循这里的计算器教程:http://thecodeplayer.com/walkthrough/javascript-css3-calculator

但是我使用nitrous作为IDE和Meteor。在js文件的这部分代码中:

// Get all the keys from document
var keys = **document.querySelectorAll**("#calculator span");
var operators = ['+', '-', 'x', '÷'];
var decimalAdded = false;

'document.querySelector All'部分出现了未定义的错误。我试过用更加流星的友好模板替换它。找到'然而它只是说模板没有定义。任何帮助将非常感谢。 :)

0 个答案:

没有答案