摘要: public class TestForEach { public static void main(String[] args){ /* int[] intA = {1,2,3,4,5}; for(int i : intA){ //System.out.println(i); } */ TestForEach test = new TestForEach(); test.spark("test0"); test.spark("test1", new Object(), 222, new Integer(1)); test.spark("tes 阅读全文
posted @ 2013-12-23 17:35 Ruth/Christy 阅读(156) 评论(0) 推荐(0) 编辑