• 2022-06-14
    利用canvas组件的上下文对象ctx在画布上进行绘制图形时,必须用下面哪一个方法才能把绘制的图形显示出来?
    A: ctx.stroke()
    B: ctx.draw()
    C: ctx.fillRect()
    D: ctx.arc()