小kiss提问

来源:互联网  时间:2016/7/10 10:58:24

关于网友提出的“ 小kiss提问”问题疑问,本网通过在网上对“ 小kiss提问”有关的相关答案进行了整理,供用户进行参考,详细问题解答如下:

问题: 小kiss提问
描述:

includeDirective.jsp


Include directive test page


Include directive test page


<%@inlcude file="/copyright.html"%>


copyright.html

©2002 JB-Aptech Press


我把jsp文件和copyright.html文件放在root目录下怎么回出错,难道是html不能放在root下面?
解决方案1:

解决方案2:

<%@inlcude file="./copyright.html"%>

解决方案3:

include写错了,
再加个page指定
<%@ page c/html; charset=gb2312" language="java" %>


Include directive test page


Include directive test page


<%@include file="copyright.html"%>

上一篇数据库字段数据n和数据空白的问题!
下一篇巨难问题?哭求答案?
明星图片
相关文章
《 小kiss提问》由码蚁之家搜集整理于网络,
联系邮箱:mxgf168#qq.com(#改为@)