摘要: 只需要把需要执行 的java 拖动到src文件 就可以执行了,不在期望的包里面 public class test{ public static void main(String[] args) { AA c= new AA(); c.f(5) ; System.out.println(c.f(5) 阅读全文
posted @ 2022-09-23 15:22 丹心静居 阅读(749) 评论(0) 推荐(0)