方法的访问级别 2021-10-18 修饰符 当前类 同一包内 不同包中的子类 不同包中的非子类 public Y Y Y Y protected Y Y Y N default Y Y N N private Y N N N 作者:Soulboy