摘要:
打印三角形 package com.yanna.struct; public class testDemo01 { public static void main(String[] args) { //打印五行的三角形 for (int i = 1; i <= 5; i++) { for (int 阅读全文
posted @ 2024-08-23 08:54
小yana
阅读(10)
评论(0)
推荐(0)
浙公网安备 33010602011771号