我的没有动,原因是:
ball.style.marginLeft,这样取属性必须写在html中,
ball.style.marginLeft = marginLeft +"px"
就是必须要在后面加 px
ball.style.marginLeft,这样取属性必须写在html中,
ball.style.marginLeft = marginLeft +"px"
就是必须要在后面加 px
2018-03-18
new Buffer() 构造函数已被 废弃,并由 Buffer.from()、Buffer.alloc()、和 Buffer.allocUnsafe() 方法替代。
2018-03-09