这样为什么画不出来啊
sub game_graphi()
dim img as new Bitmap(500,200)
dim g as graphics=graphics.fromimage(img)
g.clear(color.white)
dim p as new pen(color.black,2)
g.drawline(p,10,80,20,100)
g.drawline(p,20,80,20,110)
end sub
''''''''''''''''''''''''''''''''''''
<td><% call game_graphi() %></td>