首页 > 代码库 > head.jspf
head.jspf
<%@ page language="java" pageEncoding="UTF-8"%> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> <c:set value="http://www.mamicode.com/${pageContext.request.contextPath }" var="shop" /> <title>易购商城</title> <!-- 下面是前端页面的样式 --> <link rel="stylesheet" href="http://www.mamicode.com/${shop }/css/public.css" /> <link rel="stylesheet" href="http://www.mamicode.com/${shop }/css/style.css" /> <!-- 下面是easyui的环境 --> <link rel="stylesheet" href="http://www.mamicode.com/${shop }/jquery-easyui-1.3.5/themes/icon.css" type="text/css"></link> <link rel="stylesheet" href="http://www.mamicode.com/${shop }/jquery-easyui-1.3.5/themes/default/easyui.css" type="text/css"></link> <script type="text/javascript" src="http://www.mamicode.com/${shop }/jquery-easyui-1.3.5/jquery-1.8.3.js"></script> <script type="text/javascript" src="http://www.mamicode.com/${shop }/jquery-easyui-1.3.5/jquery.easyui.min.js"></script> <script type="text/javascript" src="http://www.mamicode.com/${shop }/jquery-easyui-1.3.5/locale/easyui-lang-zh_CN.js"></script>
head.jspf
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。