摘要: public class xinghao { public static void main(String args[]) { for(int i=1;i<=5;i++){ for(int j=1;j<=5-i;j++){ System.out.print(" ");} for(int k=1;k< 阅读全文
posted @ 2019-09-26 23:19 wscls 阅读(452) 评论(0) 推荐(0)