#myCanvas
fillStyle
'red'|'#0000ff'|'rgb(0, 255, 0)'|'black'|'orange'|'pink'
ctx.fillStyle = #val; ctx.fillRect(20,20,150,100);
your browser does not support the canvas tag
Canvas
❮
Previous
Next
❯
观看不同值的演示
.
或者点击指定值查看结果
在编辑器中更多地使用代码:
亲自尝试一下 ❯