获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
- scrollview设置max-height后,真机上,无法滚动
scrollview设置max-height后,真机上,无法滚动
2018-12-29 - 画不同颜色的线条,颜色无法正确时显示
ctx.moveTo(40, 100); ctx.lineTo(300, 100); ctx.setStrokeStyle('red') ctx.stroke() ctx.moveTo(40, 100); ctx.lineTo(300, 200); ctx.setStrokeStyle('#000') ctx.stroke() ctx.moveTo(40, 100); ctx.lineTo(40, 300); ctx.setStrokeStyle('#30acff') ctx.stroke() ctx.draw() 用canvas无法画出不同颜色的线条
2018-12-21 - wx.getImageInfo中orientation返回的图片方向不准确
不管手机用什么方向拍的照片,IDE 和客户端orientation都是显示up
2018-11-30