gpt4 book ai didi

jquery - Spring MVC 中的数组作为 PathVariable

转载 作者:行者123 更新时间:2023-12-01 03:39:04 24 4
gpt4 key购买 nike

是否可以以(或不同)的形式使用@RequestMapping:

  @RequestMapping(value = {"/dirA/{listOfids}" }, method = RequestMethod.GET) 

这样路径 /dirA/2/3/4/5/6(...) 仍会被解析为它吗?或者处理类似请求并传递一些 ids/properties 数组的最佳方法是什么?

最佳答案

您无法通过 PathVariable 执行此操作,但可以通过 RequestParam 传递数组

检查How to pass an array within a query string?@RequestParam array mapping issues了解更多信息。

关于jquery - Spring MVC 中的数组作为 PathVariable,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25923232/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com