Loading docs/lang/java.md +2 −2 Original line number Diff line number Diff line Loading @@ -265,9 +265,9 @@ class test{ } ``` ##### 注意事项 ## 注意事项 ###### 类名与文件名一致 ### 类名与文件名一致 创建 Java 源程序需要类名和文件名一致才能编译通过,否则编译器会提示找不到 `类` 。通常该文件名会在具体 OJ 中指定。 Loading Loading
docs/lang/java.md +2 −2 Original line number Diff line number Diff line Loading @@ -265,9 +265,9 @@ class test{ } ``` ##### 注意事项 ## 注意事项 ###### 类名与文件名一致 ### 类名与文件名一致 创建 Java 源程序需要类名和文件名一致才能编译通过,否则编译器会提示找不到 `类` 。通常该文件名会在具体 OJ 中指定。 Loading