NSString *string = [NSString stringWithFormat:@”在我面前跪下%i”,37];
CGSize size = [string sizeWithAttributes:@{NSFontAttributeName:[UIFont systemFontOfSize:12]}];
NSString *string = [NSString stringWithFormat:@”在我面前跪下%i”,37];
CGSize size = [string sizeWithAttributes:@{NSFontAttributeName:[UIFont systemFontOfSize:12]}];