(一):List. 1:宣告一個List List<Object> list = new ArrayList<Object>(); Object:指List裡的值是什麼型別的,Object代表可以是任何形式的.
確定! 回上一頁