摘要:
import sun.misc.BASE64Decoder; public class Base64 { /** * 字符串转Base64编码 * @param s * @return */ public static String getBASE64(String s) { if ... 阅读全文
posted @ 2018-06-20 17:36
lshan
阅读(2738)
评论(0)
推荐(0)
摘要:
1.转PDF test 工具类: 阅读全文
posted @ 2018-06-20 16:31
lshan
阅读(836)
评论(0)
推荐(0)