摘要:
package com.stone.util; import java.io.UnsupportedEncodingException; import sun.misc.*; public class Base64 { // 加密 public static String getBase64(String str) { byte[] b = null; String s = n... 阅读全文
posted @ 2017-02-10 15:14
有梦就能实现
阅读(12408)
评论(0)
推荐(0)
浙公网安备 33010602011771号