我的代码在html页面正常显示,jsp页面一片空白,是什么原因导致呢?

<%@pagelanguage="java"import="java.util.*"pageEncoding="utf-8"%><%Stringpath=request.... <%@ page language="java" import="java.util.*" pageEncoding="utf-8"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<base href="<%=basePath%>">

<title>My JSP 'index.jsp' starting page</title>
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="This is my page">
<!--
<link rel="stylesheet" type="text/css" href="styles.css">
-->
<link rel="stylesheet" href="css/fullcalendar.css">
<script type="text/javascript" src="js/jquery.min.js" ></script>
<script type="text/javascript" src="js/moment.js" ></script>
<script type="text/javascript" src="js/fullcalendar.min.js"></script>
</head>

<body>
<div id="calendar"></div>

<script type="text/javascript">
$('#calendar').fullCalendar({
defaultView: 'month',
height: 'auto',
header: false,
displayEventTime:true,
displayEventEnd:true,
weekMode:"liquid",
aspectRatio:2,
allDaySlot:false,
timeFormat: 'HH:mm',
locale:'zh-cn',
})
</script>
</body>
</html>
展开
 我来答
阿刚炖蛋
2019-12-15 · TA获得超过3004个赞
知道大有可为答主
回答量:1789
采纳率:92%
帮助的人:972万
展开全部
你好!

检查下路径,有可能是引用文件的路径没有正确配置造成的。

希望对你有帮助!
更多追问追答
追问
如果是路径问题,为什么html显示正常呢,不太明白
追答
有页面截图以及错误提示信息吗?没有的话,不好定位问题所在
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式