processing能画圆环吗?
processing吧
全部回复
仅看楼主
level 1
yt18713741185 楼主
2015年10月02日 04点10分 1
level 5
noFill();
stroke(255,0,0);
strokeWeight(3);
ellipse(50,50,20,20);
2015年10月02日 07点10分 2
1