ctx.beginPath();
ctx.moveTo(StartX+i*SIZE, StartY+j*SIZE);
ctx.lineTo(StartX + i * SIZE + SIZE, StartY+j*SIZE);
ctx.lineTo(StartX + i * SIZE + SIZE, StartY + j * SIZE + SIZE);
ctx.lineTo(StartX + i * SIZE, StartY + j * SIZE + SIZE)
ctx.closePath();
ctx.stroke();
在电脑模拟器上面可以正常画,在我安卓手机上面显示不出来画线,什么原因?微信小程序不请求数据-微信小程序开发教程。
本文网址:http://www.91bianli.com/weixinxiaochengxu/54970.html