摘要: 新建一个类: public class Factorial { public static void main(String[] args) { System.out.println(add(2,3)); } public static int add(int a, int b){ return a 阅读全文
posted @ 2024-01-30 15:53 浮尘微光 阅读(444) 评论(0) 推荐(0) 编辑