for循环java加强版
摘要:
publicclassFor {/** *@paramargs */publicstaticvoidmain(String[] args) {//TODOAuto-generated method stubinta[]={2,2,3,4};for(inti : a){System.out.println(i);}String s=1+"23";System.out.println(s);//for(inti=0;i<a.length;i++)//{//System.out.println(a[i]);//}}} 阅读全文
posted @ 2013-03-25 23:22 cenasyz 阅读(119) 评论(0) 推荐(0)
浙公网安备 33010602011771号