1  public class XZ
 2  {
 3      static class b
 4      {
 5             public static void main(String[] args) {
 6                 // TODO Auto-generated method stub
 7                 System.out.println("test");
 8             }
 9      }
10  }

这种写法也是正确的

相关文章:

  • 2022-01-16
  • 2022-01-25
  • 2021-08-03
  • 2021-12-08
  • 2021-10-04
  • 2022-12-23
  • 2022-12-23
  • 2022-01-02
猜你喜欢
  • 2021-11-18
  • 2021-12-21
  • 2022-12-23
  • 2021-09-28
  • 2021-06-21
  • 2021-12-02
  • 2022-12-23
相关资源
相似解决方案