使用angularjs处理input中输入的值并组合起来传递给后台,输入框的个数也是后台动态获取的
请问有什么办法或者思路嘛?
大家讲道理2017-05-15 17:06:49
ng-model two-way data binding
$watch monitors value changes
It is recommended to read more documents
仅有的幸福2017-05-15 17:06:49
ng-model two-way data binding
$watch monitors value changes
It is recommended to read more documents
迷茫2017-05-15 17:06:49
My approach is to process the data obtained in the background, add an item to each set of data in ng-repeat, and use it to loop for data binding, so that I can obtain the key-value pair corresponding to each item and encapsulate it