欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

java处理文件路径的空格

程序员文章站 2022-06-07 17:13:43
...
String configPath=this.getClass().getResource("/").toString().replaceAll("%20", " ");只要这样就可以了,
因为jdk为了编译的时候会把空格变成%20
来自http://blog.sina.com.cn/s/blog_5427beb00100ga7i.html
相关标签: blog