get请求直接通过浏览器发请求传数组或者list到后台
时间:2017-11-25 20:36:58
收藏:0
阅读:2391
原文链接: http://blog.csdn.net/qq_27093465/article/details/76160419
感谢原作者
例如: http://localhost:27001/test/test3?facilityType=None&facilityType=APM&facilityType=NPM&Tocken=cc0b88b8-a1a6-423e-b93c-378fd59a7f5d
后端接过去的facilityType参数为:[None,APM,NPM] 即实现了传递数组的功能。可以动手试一试
原文:http://www.cnblogs.com/daixianjun/p/get_request_input_list.html
评论(0)