SpringMVC引入jquery文件写法
<script type="text/javascript" th:src="@{/statics/js/jquery-3.4.1.js}"></script>
<script type="text/javascript">
$(function () {
省略***
})
</script>
SpringMVC引入jquery文件写法
<script type="text/javascript" th:src="@{/statics/js/jquery-3.4.1.js}"></script>
<script type="text/javascript">
$(function () {
省略***
})
</script>