gpt4 book ai didi

IOS:带引号的ASIFormDataRequest

转载 作者:可可西里 更新时间:2023-11-01 05:00:15 25 4
gpt4 key购买 nike

我必须将 json 发送到仅通过 POST 变量接受它的 Web 服务。

ASIFormDataRequest 坚持要转义我的引号。

任何帮助将不胜感激

ASIFormDataRequest *request = [ASIFormDataRequest requestWithURL:url];
NSString *body = [NSString stringWithFormat:@"{\"user\":\"username\",\"pass\":\"password\"}"];
[request setPostValue:body forKey:@"body"];
[request startSynchronous];

output: "{\"user\":\"username\",\"pass\":\"password\"}"

最佳答案

在通过 SBJSON 或您正在使用的任何 JSON 解析器发送之前,尝试将参数转换为 JSON 表示形式。

关于IOS:带引号的ASIFormDataRequest,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10751710/

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