以下哪个函数可以实现画一个长度为90px,弧度为90的圆弧?( )
A、turtle.setheading(90)
B、turtle.circle(90,steps=3)
C、turtle.circle(90,90)
D、turtle.circle(90,90,steps=3)