Parsing XML file with NSXMLParser - getting values

前端 未结 4 961
既然无缘
既然无缘 2020-12-08 17:18

I\'ve got a XML file which contains some data I would like to use:






        
4条回答
  •  时光取名叫无心
    2020-12-08 18:12

    you have to consider the dictionary of item tag as an array and three tag (name,price and where)as the object at index 0,1,2

提交回复
热议问题