gpt4 book ai didi

iphone - 从错误的 url 加载 xml 时如何处理卡住程序?

转载 作者:行者123 更新时间:2023-12-03 17:30:27 26 4
gpt4 key购买 nike

当程序从错误地址加载 xml 时,我想处理卡住问题。我尝试使用@try和@catch,但它不起作用。我可以使用一些替代处理吗?

@try{
NSString *test=[[NSString alloc] initWithContentsOfURL:[NSURL URLWithString:[NSString stringWithFormat:@"http://%@:%@",addressLabel.text,portLabel.text]] encoding:NSUTF8StringEncoding error: nil];
}

@catch (NSException *ex) {
NSLog(@"Bad IP address");
return;
}

最佳答案

NSThread 中运行 XML 解析器并使用错误通知。

关于iphone - 从错误的 url 加载 xml 时如何处理卡住程序?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8209583/

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