int *aid=sqlite3_column_int(stmt,0);
NSMutableDictionary * dic=[NSMutableDictionary new];
NSNumber * number=[NSNumber numberWithInt:aid];
NSLog(@"%d",aid);
[dic setValue:number forKey:@"aid"];
转载于:https://my.oschina.net/u/554046/blog/530272