陣列是非常容易使用到的資料結構在此簡單介紹java陣列的宣告方式 public class Tarray { public static void main(String[] args) { //宣告方式 int[] iarr = new int[10]; ...
blog.xuite.net