gpt4 book ai didi

ios - 如何在 iPhone 应用程序的 url 中传递一个字符串值?

转载 作者:行者123 更新时间:2023-11-28 19:55:30 25 4
gpt4 key购买 nike

我有这个 URL 我想在这个 url cid=self.Id 中传递 Self.Id 。我明白为什么但是获取结果无效请求。

    NSURL *url = [NSURL URLWithString: 
@"http://sms.instatalkcommunications.com/apireq/GetCommentsForSMS?
t=1&h=admin&last=0&cid=Self.Id&items=5"];
ASIHTTPRequest *request = [ASIHTTPRequest requestWithURL:url];
[request setRequestMethod:@"GET"];
[request setDidFailSelector:@selector(requestCompleted:)];
[request setDelegate:self];
[request startAsynchronous];

最佳答案

[NSURL URLWithString:[NSString stringWithFormat:@"http://sms.instatalkcommunications.com/apireq/GetCommentsForSMS?
t=1&h=admin&last=0&cid=%@&items=5",Self.Id]];

关于ios - 如何在 iPhone 应用程序的 url 中传递一个字符串值?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26688296/

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