-1

为什么我在 xcode 中获得 eID 的本地声明隐藏变量警告的实例?

NSString *eID = [entertainmentArticle objectForKey:@"eID"];


   NSURL *urlScheduleDetailsView = [NSURL URLWithString:[NSString stringWithFormat:@"http://www.mydomain.com/iostest/appPHPs/scheduleView.php?eID=%@",eID]];
4

1 回答 1

1

您可能在其他地方声明了一个与全局(类?)声明具有相同名称的 var...

于 2013-10-26T19:25:18.067 回答