Add values to arraylist use JSTL

前端 未结 3 642
慢半拍i
慢半拍i 2020-12-19 10:32

is it possible to add values to an ArrayList instead of using a HashMap

something like:



        
3条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-19 10:58

    To do add() to a List or others methods from Map, Set, etc... You have to use a unusable variable.

    
    
    
    

提交回复
热议问题