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

java获得全路径

程序员文章站 2022-05-09 23:49:16
...
String path = request.getScheme()+"://"+request.getServerName()+request.getServletContext().getContextPath()+"/front/front_main.action" ;

输出结果为:http://localhost:8080/test/front/front_main.action

相关标签: java路径