📄 bm.java
字号:
import org.apache.commons.codec.base64.Base64;
import org.apache.commons.*;
import java.io.UnsupportedEncodingException;
import java.net.URLEncoder;
public class bm {
public bm() {
}
public static void main(String args[]) throws UnsupportedEncodingException {
String sp="9999";
String t1="3033$13311083060$D10$2004-02-24 16:19:27";
String tt="df";
byte[] t=t1.getBytes();
String uu=new String(Base64.encode(t));
// String uu=new String();
System.out.print(uu);
//String t1=new String(Base64.decode(Base64.encode(t)));
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -