appendChild 方法报错

来源:2-3 代码结构调整

慕丝9507876

2017-12-23 18:24

求助,请问

container.appendChild(newNode);

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

Uncaught TypeError: Cannot read property 'appendChild' of undefined



写回答 关注

2回答

  • 慕码人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是什么 

基于websocket的火拼俄罗斯(单机版)

前端大牛带你实现单机版俄罗斯方块!

31677 学习 · 106 问题

查看课程

相似问题