摘要: public class Test{ public static void main(String[] args){ System.out.println(method(5)); } public static int method(int n){ if n<=1 // 原代码为n==1 经改正应为 阅读全文
posted @ 2019-03-17 22:22 在路上0302 阅读(106) 评论(0) 推荐(0) 编辑
摘要: public class Hello World { public static void main(String[] args) { System.out.println(“HelloWorld!”); } } 阅读全文
posted @ 2019-03-11 10:20 在路上0302 阅读(88) 评论(0) 推荐(0) 编辑