遍历的input value 显示
<input type=“text” value="{{content}}" bindinput=“bindChangeInput” data-index=“content” />
遍历这个input 多个的时候 往一个input里添加值 其他的也会有值 , 有什么办法 让input里的值不影响。
<input type=“text” value="{{content}}" bindinput=“bindChangeInput” data-index=“content” />
遍历这个input 多个的时候 往一个input里添加值 其他的也会有值 , 有什么办法 让input里的值不影响。