jsp 中调用js,css ,java文件的格式

来源:互联网 发布:装载虚拟光驱的软件 编辑:程序博客网 时间:2024/05/17 23:50

<%@page contentType="text/html;charset=UTF-8" pageEncoding="UTF-8"%>
<%@ page language="java" import="com.ecar.csp.callinfo.domain.CallInfo" %>

<link rel="stylesheet" type="text/css" href="<%=request.getContextPath()%>/css/common.css" />
<script type="text/javascript" src="<%=request.getContextPath()%>/js/resources/jquery-1.7.2.js"></script>
<%@include file="/jsp/commons/common.jsp"%>
<%@include file="/jsp/commons/layout.jsp"%>
<%@include file="/jsp/commons/form.jsp"%>

原创粉丝点击