Commit 6aa8e7aa authored by 技术部-任文超's avatar 技术部-任文超

jUnit

parent c9491965
...@@ -6,7 +6,7 @@ import java.util.Base64; ...@@ -6,7 +6,7 @@ import java.util.Base64;
public class TestStringCode { public class TestStringCode {
public static void main(String[] args) { public static void main(String[] args) {
System.out.println(ap_base64("18510236666", "123456")); System.out.println(ap_base64("13461067662", "abc123"));
System.out.println(pc_base64("18222288391", "0000")); System.out.println(pc_base64("18222288391", "0000"));
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment