spring mvc+ freemarker,ftl加载外部js,css路径问题

<#assignbasePath="${request.getContextPath()}"><scriptsrc="${basePath}js/operamasks-u... <#assign basePath="${request.getContextPath()}">
<script src="${basePath}js/operamasks-ui.min.js"></script>
Failed to load resource: the server responded with a status of 404 (Not Found)
展开
 我来答
  • 你的回答被采纳后将获得:
  • 系统奖励15(财富值+成长值)+难题奖励30(财富值+成长值)
爆米花DHQ
2018-04-11 · TA获得超过1.7万个赞
知道小有建树答主
回答量:143
采纳率:100%
帮助的人:2.5万
展开全部

在html中也可以像以下这样写:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">

<html>

<head>

<base href="<%=basePath%>">

<title>Freemarker</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="Freemarker" content="Freemarker">

<meta http-equiv="description" content="This is my answer">

<link rel="stylesheet" type="text/css" href="css/style.css">

<script type="text/javascript" src="js/jquery.min.js"></script>

</head>

<body>

<p>Hello World !</p>

</body>

本回答被网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
v焚忧v
2015-03-02 · TA获得超过241个赞
知道小有建树答主
回答量:286
采纳率:0%
帮助的人:131万
展开全部
在html中也可以像以下这样写:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<base href="<%=basePath%>">

<title>Freemarker</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="Freemarker" content="Freemarker">
<meta http-equiv="description" content="This is my answer">
<link rel="stylesheet" type="text/css" href="css/style.css">
<script type="text/javascript" src="js/jquery.min.js"></script>

</head>

<body>
<p>Hello World !</p>

</body>
本回答被网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
又是一年春夏9
2016-01-18
知道答主
回答量:28
采纳率:0%
帮助的人:16.2万
展开全部

已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(1)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式