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.
我正在寻找一种将以下查询参数映射到球衣的方法:
?sort['property1']=asc ?sort['property2']=desc
有没有办法可以将其作为单个查询参数来获取?一个参数化的参数名称,可以这么说吗?
您尝试做的事情很奇怪,因为即使在成为关于球衣可能性的难题之前,这也是不遵循 HTTP GET 标准的事情。
在此处查看有趣的评论:重复 HTTP GET 查询键的权威位置
我认为您不能可靠地解释查询参数,例如: sort['property1']