看板 java 關於我們 聯絡資訊
> class a { > byte[] t = new byte[32]; > public a(){ > t = function(); > } > public byte[] function(){ > byte p = new byte[32]; 如果是 byte[] p 就可以                                                          > return p; > } > } > 請問這樣可以回傳嗎?                                     -- "There are no differences but differences of degree between different degrees of difference and no difference at all." - William James, under the influence of nitrous oxide. -- 芭樂的故鄉 bala.twbbs.org From:sw169-236-114.adsl.seed.net.tw