为什么背景图片始终没出来啊?求解啊
function drawBackground(){
ctx2.drawImage(bgPic, 0, 0, canWidth = 800, canHeight = 600);
}
应该是main.js中的
canWidth = can1.width;
canHeight = can1.canHeight;
没有获取到值