gpt4 book ai didi

objective-c - touchXML:stringValue 未保存为字符串?

转载 作者:行者123 更新时间:2023-11-29 05:02:27 27 4
gpt4 key购买 nike

        NSLog(@"Status: %@", [[[xmlElement elementsForName:@"status"] objectAtIndex:0] stringValue]);
NSString *val = [[[xmlElement elementsForName:@"status"] objectAtIndex:0] stringValue];
if (val == @"error")
{

这是我的日志 2011-07-02 16:09:40.565 Revistero[994:207] 状态:错误

但是它不输入 if

有什么建议吗?

最佳答案

你应该使用 isEqualToString :

    if ([val isEqualToString:@"error"])
{

关于objective-c - touchXML:stringValue 未保存为字符串?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6559755/

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