摘要: 判断方法的使用范围20250102 package com.oop.demo01; public class Student { public static int add(int a, int b) { //public 类下的public的静态方法 return a+b; } static in 阅读全文
posted @ 2025-01-02 23:11 panghuhu~ 阅读(19) 评论(0) 推荐(0)