domElement.appendChild()中,获取domElement 时,使用了getElementsByClassName() 这类获得的结果是数组的函数,而没有定位到其中的某一个对象。改正如var domElement = getElementsByClassName("div") [0]。
相关文章
- 11-16SAPHANA学习(22):SQL Function(V)
- 11-16Uncaught TypeError: $(...).on is not a function
- 11-16Runtime Error! R6025-pure virtual function call
- 11-16react native出现 undefined is not a function_this4.错误函数无法识别
- 11-16应该用bind+function取代虚函数吗?
- 11-16boost::function 介绍
- 11-16Function Composition vs Object Composition
- 11-16Uncaught TypeError: _react2.default.findDOMNode is not a function
- 11-16[基础] Loss function (二)
- 11-16error:control reaches end of non-void function [-Werror=return-type]