|
@@ -161,3 +161,8 @@ func Test_unicode(t *testing.T) {
|
|
|
fmt.Println(strconv.Unquote(`"\u1F465招标社区"`))
|
|
|
log.Println(string(0x1F465), GetMd5String("111qqq"))
|
|
|
}
|
|
|
+
|
|
|
+func Test_en(t *testing.T) {
|
|
|
+ var SE = &SimpleEncrypt{Key: "topnet2015topnet2015"}
|
|
|
+ fmt.Println("00: ", SE.DecodeString("QVdCDVRGC1IIBkxZElsBTFQJCQVBCkZX"))
|
|
|
+}
|