📜  如何更新 AngularJS 中的数组元素?

📅  最后修改于: 2021-11-08 05:55:19             🧑  作者: Mango

任务是在 AngularJS 的帮助下更新数组元素。

方法:要更新数组中的特定项,有两种方法可以通过其值或通过其索引。在第一个示例中,元素按其值更新,而在第二个示例中,它已使用括号表示法的索引进行更新。

示例 1:



  

    
  
    

  

    

        GeeksForGeeks     

    

        How to update an array          element in AngularJS     

    
        
            

Update element in array = {{array}}

                     
    
       

输出:

示例 2:



  

    
  
    

  

    

        GeeksForGeeks     

    

        How to update an array          element in AngularJS     

    
        
            

Update element in array = {{array}}

                     
    
         

输出: