

我也踩过这个坑( 3 )
angular基础
详细描述
截图



代码
编辑于2025-04-04
-
[深圳|结业弟子]JS-黄麒二
0编辑于2018-09-29 -
[上海|结业弟子]JS-燕赤霞
0我写的是
$scope.state =["草稿","上线"]
<select ng-init="selectedStates = states[0]" ng-model="selectedStates" ng-options="x for x in states"></select>ng-init="selectedStates = states[0]" 这个是设置了初始的选项,不会为空
编辑于2018-11-09
- 去第 页