NSXMLParser can not get the content of elements correctly

后端 未结 2 695
再見小時候
再見小時候 2021-01-24 02:50

i have the following XMLParser but when i try to run it, it doesn\'t work properly.

- (void) parser:(NSXMLParser *)parser didStartElement:(NSString *)elementname         


        
2条回答
  •  旧巷少年郎
    2021-01-24 03:39

    I don't think there any problem in your code, it is working fine at my end. I am using the twitter api for getting xml and it is giving me proper output.

提交回复
热议问题