var canvas = document.getElementById('canvas')
var ctx = canvas.getContext('2d')
颜色
rgb();rgba();#ffffff;
← DOM元素的宽高操作 canvas-矩形→