摘要: 画矩形: public static void putRect(int width,int height,char type){ for(int i = 0;i<height;i++){ for(int j = 0;j<width;j++){ System.out.print(type); } Sy 阅读全文
posted @ 2021-01-14 16:20 lucascube 阅读(1026) 评论(0) 推荐(0)