NIUCLOUD是一款SaaS管理后台框架多应用插件+云编译。上千名开发者、服务商正在积极拥抱开发者生态。欢迎开发者们免费入驻。一起助力发展! 广告
## 列表框 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> ```