thisform.line(40,20,40,260)
thisform.line(40,260,360,260)
thisform.line(340,255,340,260)
thisform.line(140,255,140,260)
thisform.line(240,255,240,260)thisform.currenty=270
thisform.currentx=335
thisform.print('30')
thisform.currentx=240thisform.print('20')
thisform.currentx=140
thisform.print('10')thisform.currentx=40
thisform.print('0')thisform.currenty=160
thisform.print('10')
thisform.line(40,160,45,160)
thisform.currenty=60thisform.print('20')
thisform.line(40,60,45,60)
thisform.circle(20,140,160)我随便写了些代码。就是通过circel,print,line方法。就可以画出来。当然这中间还需要包含一些运算。就照这样写。