String path = Test.class.getProtectionDomain().getCodeSource().getLocation().getFile();
如果Test.class的上层目录有包含中文的,则path将出现乱码.
如何解决????