String str = "這是測試!ABC123."; byte[] bytes = {}; try { bytes = str.getBytes("UTF-8"); }catch(Exception ex){ } for(int i=0;i<bytes.length ...
確定! 回上一頁