在写一个幻灯片组件时,要动态生成幻灯片,不知为什么appendChild这个方法不能用,求助
JS部分是这样的:
里边用到的tempToNode方法是这样写的:
function tempToNode(str) {
var cont = document.createElement('div');
cont.innerHTML = str;
return cont.children[0];
}
报错
Uncaught TypeError: Cannot read property 'appendChild' of undefined
补充一下截图:
拉莫斯之舞
相关分类