Java 中Int 和Integer 的區別1. int 是基本資料型別(原始資料型別),直接存數值;integer是int 的封裝類,是物件型別2. int預設值為0,integer預設值 ...
確定! 回上一頁