<select ng-model="countrys" ng-init="countrys=countries[0]" ng-options="country.name for country in countries"></select>
只需要添加ng-init就可以进行处理
<select ng-model="countrys" ng-init="countrys=countries[0]" ng-options="country.name for country in countries"></select>
只需要添加ng-init就可以进行处理