|
@@ -186,17 +186,6 @@ public void getAllFileName(String path, ArrayList<String> listFileName){
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- @Test
|
|
|
- public void test() throws UnsupportedEncodingException {
|
|
|
- String st = "表设计";
|
|
|
- st = URLEncoder.encode(st,"UTF-8");
|
|
|
-// st = URLEncoder.encode(st,"UTF-8");
|
|
|
- System.out.println(st);
|
|
|
- st = URLDecoder.decode(st,"ISO-8859-1");
|
|
|
- st = URLEncoder.encode(st,"ISO-8859-1");
|
|
|
- st = URLDecoder.decode(st,"UTF-8");
|
|
|
- System.out.println(st);
|
|
|
- }
|
|
|
|
|
|
|
|
|
|