📜  html 画布未清除 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:03:27.102000             🧑  作者: Mango

代码示例1
ctx.fillStyle = "rgba(0, 0, 0, 0)";
ctx.fillRect(left, top, width, height);