<div ng-repeat="item in items"> <input ng-model="变量" /> </div>我要这个变量都不一样,但是repeat的话肯定都是一样的,怎么动态绑定使得变量不一样? 查看完整描述