2016年4月14日
摘要: 获取 bundle version版本号 +(NSString*) getLocalAppVersion { return [[[NSBundle mainBundle] infoDictionary] objectForKey:@"CFBundleShortVersionString"]; } 获 阅读全文
posted @ 2016-04-14 14:46 大圣ios博客 阅读(25112) 评论(0) 推荐(0) 编辑