码迷,mamicode.com
首页 > 其他好文 > 详细

String path = request.getContextPath();这段什么用

时间:2014-05-01 21:19:06      阅读:351      评论:0      收藏:0      [点我收藏+]

标签:ext   get   string   cti   服务器   name   for   代码   text   js   server   

<% String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; %>

答:


这样的代码是在jsp里出现的吧, 那么他的含义就是为了得到一个路径, 做动态网站时,需要提交form表单 在表单的action里面就会这样来写 action="<%=path %>/add.do" 这样来提交到相应的servlet中去,这样可以避免路径的错误,而采用这样的相对路径会更好些 

答:

request.getContextPath()应该是得到项目的名字,如果项目为根目录,则得到一个"",即空的字条串, 如果项目为abc, <%=request.getContextPath()% >/ 将得到abc/,服务器端的路径则会自动加上

String path = request.getContextPath();这段什么用,码迷,mamicode.com

String path = request.getContextPath();这段什么用

标签:ext   get   string   cti   服务器   name   for   代码   text   js   server   

原文地址:http://www.cnblogs.com/chengJAVA/p/3702562.html

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