"stringWithContentsOfURL" returns empty data
i am working with web services these days ,and with all xml files that i am parsing things are fine ,but with the last one the famous method "stringWit开发者_如何学PythonhContentsOfURL" returns empty data. Why?
Most likely your URL references a non-existing file, or the content of the file can not be encoded as a NSString.
精彩评论