2017年7月17日
摘要: 一、实现输出如下图形: ******* ****** ***** **** *** ** * 代码如下: public class Test01{ public static void main(String[] args){ for(int i=0;i<7;i++){ for(int j=i;j> 阅读全文
posted @ 2017-07-17 08:18 嗯,sheep 阅读(222) 评论(0) 推荐(0)