public String xxxxx(String xxxx, String xxxxx, @RequestParam("parameterList[]") List<String> parameterList)
方法比较简单,就是在参数名前边加上 @RequestParam("parameterList[]")注解,告诉Spring mvc这是一个集合类型的参数
标签:ring 接受 bsp body request stp log 比较 告诉
public String xxxxx(String xxxx, String xxxxx, @RequestParam("parameterList[]") List<String> parameterList)
方法比较简单,就是在参数名前边加上 @RequestParam("parameterList[]")注解,告诉Spring mvc这是一个集合类型的参数
标签:ring 接受 bsp body request stp log 比较 告诉
原文地址:https://www.cnblogs.com/LionheartCGJ/p/8251419.html