When you want to return an array with a size of 0 then you just need to return new int[0]. Here, new int[0] returns an integer type array with ...
確定! 回上一頁