为什么我的 <%@ include file="Buy.jsp" %>这一行一直出现错误,如果改成<jsp:include>标签的话就没有了!
答案:4 悬赏:10 手机版
解决时间 2021-11-16 12:37
- 提问者网友:绫月
- 2021-11-15 22:47
为什么我的 <%@ include file="Buy.jsp" %>这一行一直出现错误,如果改成<jsp:include>标签的话就没有了!
最佳答案
- 五星知识达人网友:忘川信使
- 2021-11-16 00:22
我暂时保留我的看法!
全部回答
- 1楼网友:鸽屿
- 2021-11-16 03:56
重新 建个jsp文件 把Body 和一些东西复制进去 不要删除原有的软件的代码 试试看
- 2楼网友:雪起风沙痕
- 2021-11-16 03:00
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<%@ include file="Buy.jsp" %>
把页面前面path变量加上试试看 。。。<%@ include file=path+"/Buy.jsp" %>
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<%@ include file="Buy.jsp" %>
把页面前面path变量加上试试看 。。。<%@ include file=path+"/Buy.jsp" %>
- 3楼网友:掌灯师
- 2021-11-16 01:41
<%@include file="relativeURL"%>
include 指令为静态包含。 所包含的文件,也必须设置 contentType 或 pageEncoding
所以,要在
head.css文件开头处中加入
<%@page contentType="text/html;charset=gb2312"%>
或者<%@page pageEncoding="gb2312"%>
include 指令为静态包含。 所包含的文件,也必须设置 contentType 或 pageEncoding
所以,要在
head.css文件开头处中加入
<%@page contentType="text/html;charset=gb2312"%>
或者<%@page pageEncoding="gb2312"%>
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯