摘要: 打印三角形金字塔 debug20241225 package com.pangHuHuStudyJava.struct; public class Print_Tran { public static void main(String[] args) { for (int j = 0; j < 5; 阅读全文
posted @ 2024-12-25 21:22 panghuhu~ 阅读(80) 评论(0) 推荐(0)