OC NSNumber的奇怪之处—精度问题(CGFloat转化成NSNumber或NSString)
2019独角兽企业重金招聘Python工程师标准>>>目前我的XCode版本是7.2的。下面是我的测试代码:CGFloatwidth=[UIScreenmainScreen].bounds.size.width;CGFloatheight=[UIScreenmainScreen].bounds.size.height;NSLog(@"width:%f,height:%f",width,height