摘要: class Test{ public static void main(String []args){ int totalLevel = 15; //定义层数 for (int i = 1; i <= totalLevel; i++ ) { if (i <= (totalLevel/2 + 1)) 阅读全文
posted @ 2022-03-25 20:28 瑾华伴君 阅读(47) 评论(0) 推荐(0)