企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
## 列表框 select2 参考文档: [http://select2.github.io/examples.html](http://select2.github.io/examples.html) ![](https://box.kancloud.cn/2016-06-29_57738490b50f9.png) ## 使用 ``` <div> <select class="js-example-basic-single form-control"> <option value="AL">后盾网</option> <option value="WY">快学网</option> </select> </div> <script> require(['select2'],function(){ $(".js-example-basic-single").select2(); }) </script> ```