标签: java uri absolute-path
"<a href=" + file.getAbsolutePath() + " target=_parent>"
效果很好,但是:
有人可以给我一个Tipp,如何解决这个问题,或者我只是使用了错误的方法?
答案 0 :(得分:1)
您可以使用toURI()方法将文件路径转换为URI:
toURI()
file.getAbsoluteFile().toURI().toString()