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.
我正在尝试设置请求参数,一些教程说要使用 setentity,但是 HttpDelete 不存在 setentity。如何获得一个统一的方法来处理所有 4 种请求方法?谢谢!
编辑
好吧,根据您更正的内容,您可能需要在请求 URI 中使用查询字符串。解析必须手动完成,但这并不是特别难。
请参阅此处和此处以了解查询字符串的工作原理。