IOS开发 代码介绍
AppDelegate_iPad*appDelegate=(AppDelegate_iPad*)[[UIApplicationsharedApplication]dele...
AppDelegate_iPad *appDelegate = (AppDelegate_iPad *)[[UIApplication sharedApplication]delegate];
NSManagedObjectContext *context=[appDelegate managedObjectContext];
NSError *error = nil;
if (context != nil) {
if ([context hasChanges] && ![context save:&error]) {
请问下这段代码段的具体含义是什么?谁能够给介绍下??
ps:我知道是保存的功能,但是不太确定的一点是if ([context hasChanges] && ![context save:&error])这个判断是假了的话,那判断括号里的内容走了么??换句话说 context save:&error 已经走了么? 展开
NSManagedObjectContext *context=[appDelegate managedObjectContext];
NSError *error = nil;
if (context != nil) {
if ([context hasChanges] && ![context save:&error]) {
请问下这段代码段的具体含义是什么?谁能够给介绍下??
ps:我知道是保存的功能,但是不太确定的一点是if ([context hasChanges] && ![context save:&error])这个判断是假了的话,那判断括号里的内容走了么??换句话说 context save:&error 已经走了么? 展开
1个回答
展开全部
随便写个小例子测试一下:
int i = 0;
if (0 && i++) {
}
NSLog(@"%d",i);
int i = 0;
if (0 && i++) {
}
NSLog(@"%d",i);
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
万企明道
2024-08-07 广告
2024-08-07 广告
低代码开发系统,作为上海万企明道软件有限公司的重要产品方向,极大地简化了软件开发流程。它允许非专业开发者通过图形化界面与少量代码,快速构建应用程序。这一系统降低了技术门槛,加速了项目上线时间,同时提升了软件的灵活性和可维护性。我们致力于为用...
点击进入详情页
本回答由万企明道提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询