You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
543 B
20 lines
543 B
<%--
|
|
Created by IntelliJ IDEA.
|
|
User: lenovo
|
|
Date: 2019/1/16
|
|
Time: 1:11
|
|
To change this template use File | Settings | File Templates.
|
|
--%>
|
|
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
|
|
<html>
|
|
<head>
|
|
<title>Title</title>
|
|
<script type="text/javascript" src="jsFile/jquery-3.3.1.js" language="JavaScript"></script>
|
|
<script charset="GBK" type="text/javascript" src="jsFile/test.js" language="JavaScript"></script>
|
|
</head>
|
|
<body>
|
|
<button class="but">nihao</button>
|
|
<div>hhhhhhhhhhhhhh</div>
|
|
</body>
|
|
</html>
|