2020年11月30日
摘要: package bao; public class test { public static void main(String[] args) { for(int i = 1 ;i <= 9;i++) { for (int j = 1; j <= i; j++) { System.out.print 阅读全文
posted @ 2020-11-30 10:12 clinch 阅读(40) 评论(0) 推荐(0)