💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
## 列表框 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> ```