1. 页面需要引入jquery
<script src="/js/jquery-3.1.1.min.js"></script>
2.配置文件 web.xml
在配置文件 web.xml中必须要有xmlns
<web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd"
version="3.1">
</web-app>