一.概述 如果下拉列表框中的内容太多,最好是使用Select2的远程数据进行筛选. 二.参考文献 https://select2.github.io/examples.html#data-ajax https://github.com/select2/select2/issues/2950 三.前端Ajax配置 $(elemStr).select2( { placeholder: 'Enter name', //Does the user have to enter any data befor…