标签:
1 int arr[] = {2, 3, 1}; 2 for (int x : arr) { 3 System.out.println(x); 4 }
foreach
原文地址:http://www.cnblogs.com/lnas01/p/4514000.html