摘要: 最近从Golang转JAVA,据我了解JAVA是大小写敏感的,于是我写了如下的测试代码 ` class Table { } class table { } public class MyMultiClass { public static void main(String[] args) { Tab 阅读全文
posted @ 2023-11-15 20:26 polarbear1 阅读(43) 评论(0) 推荐(0)