Heim >Datenbank >MySQL-Tutorial >structs2 中链接引用的绝对路径

structs2 中链接引用的绝对路径

WBOY
WBOYOriginal
2016-06-07 15:14:421336Durchsuche

在 structs2 框架下, 每个jsp在进行a href=../a引用时, href中地址都是相对于当前action的, 这样在项目架构进行改变时,引用的路径也要改变,这样很不方便. 因此, 推荐在使用路径时采用绝对路径: 需要在jsp文件中加入: % String path=request.getContextPath()

在 structs2 框架下, 每个jsp在进行引用时,  href中地址都是相对于当前action的, 这样在项目架构进行改变时,引用的路径也要改变,这样很不方便.

因此, 推荐在使用路径时采用绝对路径:

需要在jsp文件中加入:



 

这样的 basepath就代表了当前项目的根路径.

如果我想在访问当前项目 path/ 下的 path.action 只需要如下代码:

   <strong> 
</strong>


<meta http-equiv="Content-Type" content="text/html; charset=GB18030">
<title>Insert title here</title>


<a href>="path/path.action">璺緞闂</a>


 

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn