Thymeleaf的注意项
Thymeleaf
相对于上下文的url:/itemdetails?id=3
相对于服务器的url: ~/billing/processInvoic
相对于协议类的url://code.jquery.com/jquery-2.0.3.min.js
含有请求参数的url:@{/order/{orderId}/details(orderId=${orderId})}
引入外部静态文件方式(js/css文件)
<script th:src="@{/jquery-3.2.1.min.js}"></script>
posted on 2018-03-16 15:35 superficial。 阅读(101) 评论(0) 编辑 收藏 举报