返回的是byte类型加密数据,可使用new String转为String类型 String strBase64 = new String(Base64.encode(str.getBytes(), Base64.DEFAULT)) ...
確定! 回上一頁