标签:one col print src style 编译 code 时报 允许
1 public class A {
2 public static void main(String[] args){ 3 System.out.println("这是A类"); 4 } 5 } 6 7 class B { 8 public static void main(String[] args){ 9 System.out.println("这是B类"); 10 } 11 } 12 13 class C { 14 public static void main(String[] args){ 15 System.out.println("这是C类"); 16 } 17 }
标签:one col print src style 编译 code 时报 允许
原文地址:https://www.cnblogs.com/EthanWong/p/13174699.html