随笔分类 -  canvas

canvas
摘要:1、概念 canvas一般就是用来绘制图像的 canvas一般就是用来绘制图像的 2、基本知识 上下文对象 var canvas = doucment.getElementById("canvas"); var ctx = canvas.getContext("2d"); ctx.fillStyle 阅读全文
posted @ 2017-02-21 18:45 茹孟凯 阅读(211) 评论(0) 推荐(0)