file.exists 中文路径问题 - ITeye问答
2012年1月4日 - file.exists 中文路径问题3 String path="D:\\upload\\file\\hrm\\yxtech\\rm\\requirement\\学习资料.txt"; File file=new File(path);...
Java file.exists()路径问题高手来啊_百度知道
最佳答案: 如果你是写在jsp里面的话,可以写对于jsp的相对位置 ABEquip/jsp/upload.jsp的话,可以写成 ./upload/1249374114968.txt 如果是写在java里的话,一般做个...更多关于file.exists 中文路径问题的问题>>