2012-07-25 24 views

回答

0

您可以將xml文件添加到您的應用程序資源中。

然後用

NSString *path = [[NSBundle mainBundle] pathForResource:@"myXmlFile" ofType:@"xml"]; 
//here is ur URL 
NSURL *url = [NSURL URLWithString:path]; 
相關問題