二、使用ng-options实现下拉,代码如下: (1)、<select ng-model="query.city" ng-options="x.id as x.text for x in optItems1"> <option value=""></option> ...
確定! 回上一頁