String fileName = new String( "中文名称".getBytes(), "ISO8859-1"); 或者 String fileName=URLEncoder.encode("中文名称","utf-8"); 相关文章: