**首先:**在前端的HTML页面中,增加
<th:block th:include="include :: select2-css" />
<th:block th:include="include :: select2-js" />
**然后:**在select中添加
multiple="multiple"
来召唤上面的方法
**首先:**在前端的HTML页面中,增加
<th:block th:include="include :: select2-css" />
<th:block th:include="include :: select2-js" />
**然后:**在select中添加
multiple="multiple"
来召唤上面的方法