还有个问题,如果把canvas的宽和高设置为document.body.clientWidth/Height的话会出现滚动条,宽高-5的话,滚动条没了,但边缘会出现白线,这如果问题如何解决?
css里面使用 body{overflow:hidden;}