Base64 ; String encode2 = new String(Base64.encode("123456".getBytes(), Base64.DEFAULT)); // 結果爲"MTIzNDU2\n" // encodeToString內部其實也是 ...
確定! 回上一頁