用户登录
用户注册

分享至

JSP_include指令和(jsp:include)

  • 作者: 那晚越女说我?
  • 来源: 51数据库
  • 2021-08-13

包含三个文件:_include.jsp, static.html, two.jsp

环境:tomcat7.0, myeclipse10

1.jsp_include.jsp


  
  
  goto two-->
this examples show include works '> '>

在版本7.0以上的tomcat中,连续使用引号会出现错误,解决方法如下:

tomcat - 解决which must be escaped when used within the value错误

2.static.html


  
  	
  		please input your name: 
  		
  		please input your password: 
  		
  		  	
  	
  	
  


3.two.jsp




this is a1=
this is a2=

代码我上传到了我的资源。。在审核,有时间我会帖上链接方便大家下载。

软件
前端设计
程序设计
Java相关