@ -23,8 +23,10 @@ public class CodeKitTest {
}
@Test
public void encodeURIComponent() {
String s = "中文 한글 日本語";
String s = "123";
String encode = CodeUtils.encodeURIComponent(s);
try {