如何创建 HttpWebRequest https:///xxx/1/Response?format=json&body={"operation":"list"}

How to create the HttpWebRequest https://xxx/1/Response?format=json&body={"operation":"list"}

如何为此创建 HttpWebrequest URL:

https://xxx/1/Response?format=json&body={"operation":"list"}? 

我无法创建它,因为 URL.

中有一个字符串

将所有 " 替换为 \"

https://xxx/1/Response?format=json&body={\“operation\”:\“list\”}

如需更高级的帮助,请向我们展示您无法正常工作的代码