最佳答案: 好奇你那么写能生成option选项么?我照你的写法测试根本没选项啊~ <select ng-model="selectValue" ng-options="o.id as o.name for o in stus">...更多关于angular 的ng-option的一些参数option.id as option.title 这里面的as是的问题>>
2014年12月25日 - <select id="selectError" ng-model="currentPeriod" ng-change="change()" ng-options="option.productName as option.productName for option in mo...