摘要: 第一次在java课上的编程(使用参数输入求和): 代码: public class He { public static void main(String[] args) { System.out.println("参数个数:"+args.length); int b=0; System.out.p 阅读全文
posted @ 2016-09-20 20:03 李兆轩 阅读(142) 评论(0) 推荐(0)