摘要: 1 public class ConverTo 2 3 { public static void main(String [] args) 4 { String numberIn =args[0]; 5 convertNum(numberIn);... 阅读全文
posted @ 2015-10-23 15:29 lubocsu 阅读(2043) 评论(0) 推荐(0) 编辑
摘要: class calendar { public static void main(String[]args) { int yearIn ; yearIn = Integer.parseInt(args[0]); showDays(yearIn); }... 阅读全文
posted @ 2015-10-23 00:29 lubocsu 阅读(220) 评论(0) 推荐(0) 编辑