java新手入门学习
摘要:1:elipse给main函数args参数赋值 1 public class Prog{ 2 public static void main(String[] args){ 3 int n = -1; 4 try{ 5 n = Integer.parseInt(args[0]); 6 }catch(
阅读全文
posted @ 2017-05-29 17:12
posted @ 2017-05-29 17:12
posted @ 2017-05-18 19:51
posted @ 2017-05-18 10:56
posted @ 2017-05-12 11:02
posted @ 2017-05-06 21:31