第157题, canvas;唯一支持的形状是简单的矩形,下列说法中正确的是( )。
2023-12-01信息化竞赛多选
第157题, canvas;唯一支持的形状是简单的矩形,下列说法中正确的是( )。
A.fillRect(x.y,width,height); //绘制一个填充的矩形
B.strokeRect(x.y,width,height);//绘制一个矩形框
C.clearRect(x.y,width,height);//清除矩形
D.saverRect(x.y,width,height); //存储矩形
正确答案是ABC
