Loading

摘要: 内部类 1.内部类的基本使用 package com.lu.day03; public class Student { private int b= 12; public class A{ private int b = 11; public void show(){ int b = 10; Sys 阅读全文
posted @ 2024-07-03 17:36 LL。。。 阅读(32) 评论(0) 推荐(0)