码迷,mamicode.com
首页 > Web开发 > 详细

jsp获取url路径的方法

时间:2019-05-19 14:27:49      阅读:139      评论:0      收藏:0      [点我收藏+]

标签:方法   pat   serve   class   输出   code   color   pre   style   

如果你请求的URL是  http://localhost:8080/demo/Index.jsp

request.getScheme()  //输出:http
 
request.getServerName()  //输出: localhost
 
request.getServerPort() //输出: 8080
 
request.getContextPath()  //输出: /demo
 
request.getRequestPath() //输出: /Index.jsp
 
request.gerRequestURI() //输出:  /demo/Index.jsp
 
request.getRequestURL() //输出: http://localhost:8080/demo/Index.jsp
 
request.getRealPath("") //输出:D:\apache-tomcat-6.0.10\webapps\demo

 

jsp获取url路径的方法

标签:方法   pat   serve   class   输出   code   color   pre   style   

原文地址:https://www.cnblogs.com/jiangfeilong/p/10888978.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!