public class Base62 extends Object
1.Commons-Codec的 hex/base64 编码 2.自制的base62 编码 3.Commons-Lang的xml/html escape 4.JDK提供的URLEncoder
Base62()
static String
decodeBase62(String content)
encodeBase62(String content)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Base62()
public static String encodeBase62(String content)
content
public static String decodeBase62(String content)
Copyright © 2024. All rights reserved.