附件乱码
This commit is contained in:
parent
12315411b5
commit
b5a4ac0c73
@ -110,7 +110,7 @@
|
||||
|
||||
//得到不带路径的文件名
|
||||
sFileName = StringFunction.getFileName(sFileName);
|
||||
sFileName = URLDecoder.decode(URLDecoder.decode(sFileName,"UTF-8"),"UTF-8");
|
||||
sFileName = URLDecoder.decode(URLDecoder.decode(sFileName,"utf-8"),"utf-8");
|
||||
//定义数据库操作变量
|
||||
SqlObject so = null;
|
||||
String sNewSql = "";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user