byte[] bytes = new byte[256]; // fill the array from 0 to 255 for(int i=0; i < bytes.length; ++i) bytes[i] ...
確定! 回上一頁