摘要:
package com.wang.crud.test; import java.io.UnsupportedEncodingException; import org.junit.Test; import sun.misc.*; public class Base64 { // 加密 public static String getBase64(String str) ... 阅读全文
posted @ 2017-12-26 21:23
风花雪夜
阅读(104)
评论(0)
推荐(0)