Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个表单,可以选择添加多个输入与值,如下所示
name1 -> some data name2 -> some data name3 -> some data name4 -> some data ...
最多n动态名称
n
如何在 Struts2 中使用动态名称与值填充 POJO,以及如何使用 struts 2 jstl 在 jsp 中检索这些值?