在写一个幻灯片组件时,要动态生成幻灯片,不知为什么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补充一下截图:
添加回答
举报
0/150
提交
取消