问答详情
源自:2-3 代码结构调整

appendChild 方法报错

求助,请问

container.appendChild(newNode);

这一行在chrome里检查报错,说

Uncaught TypeError: Cannot read property 'appendChild' of undefined



提问者:慕丝9507876 2017-12-23 18:24

个回答

  • 慕码人5092043
    2018-02-28 10:50:09

    container  其实是 
    var doms = {
    	gameDiv: document.getElementById('game'),
    	nextDiv: document.getElementById('next')
    }


  • ktsleep
    2017-12-24 17:37:50

    看看container是什么