elementForName,attributeForName,

    info.content = [[message elementForName:@"body"] stringValue];

    NSDate *nowDate = [NSDate date];

    info.send_time = [nowDate timeIntervalSince1970];

    NSString *mStr = [[message attributeForName:@"from"]stringValue];

原文地址:https://www.cnblogs.com/guligei/p/3494109.html