摘要: public static String encode(String s) { if (s == null) return null; String res = ""; try { res = new sun.misc.BASE64Encoder().encode(s.getBytes("utf-8 阅读全文
posted @ 2021-06-18 11:26 瓦刀哥 阅读(110) 评论(0) 推荐(0) 编辑