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

关于form的action路径填写

时间:2017-03-28 00:16:46      阅读:149      评论:0      收藏:0      [点我收藏+]

标签:orm   practice   绝对路径   etc   localhost   http   相对   getc   for   

一:可以是相对路径:

    1、action="<%=request.getContextPath() %>/html/index.html"  <%=request.getContextPath() %>表示回到应用的根目录下,再加上相对路径

    2、action="/html/index.html"   表示在应用的根目录下搜索html/index.html  /表示根目录

    3、action="index.html"   表示在当前目录下搜索

二:可以是绝对路径:

    action="http://localhost:8080/PracticeLogin/html/index.html"

 

关于form的action路径填写

标签:orm   practice   绝对路径   etc   localhost   http   相对   getc   for   

原文地址:http://www.cnblogs.com/l1019/p/6629400.html

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