thymeleaf - 引入 script 资源 - th:block

<!-- common-script -->
<th:block th:fragment="common-script"> 
<!--CDN资源-->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/semantic-ui/2.2.4/semantic.min.js"></script>

</th:block>
发布了296 篇原创文章 · 获赞 61 · 访问量 7080

猜你喜欢

转载自blog.csdn.net/LawssssCat/article/details/104078714