You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
317 B
Plaintext
8 lines
317 B
Plaintext
6 years ago
|
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||
|
<%
|
||
|
String basePath = request.getContextPath();
|
||
|
%>
|
||
|
|
||
|
<!-- 引入Jquery -->
|
||
|
<%--<script type="text/javascript" src="${basePath}/static/js/jquery-1.12.4.min.js"></script>--%>
|
||
|
<script type="text/javascript" src="${basePath}/js/jquery-3.3.1.js"></script>
|