2019年1月8日

微信小游戏canvas操作

摘要: let ctx = canvas.getContext('2d') export default class Main { constructor() { this.startpic() } startpic(){ var img = new Image(100, 100) img.src = BG 阅读全文

posted @ 2019-01-08 17:25 wangrenshuang 阅读(1764) 评论(0) 推荐(0) 编辑

导航