ios7版 30天精通iPhone手机编程 第11天 点数器

时间:2014-01-25 09:50:27   收藏:0   阅读:365

知识点:整数数据转换为文字格式数据

   NSInteger count;

   NSString *numValue = [NSString stringWithFormat:@"%d",count];

原文:http://blog.csdn.net/one_in_one/article/details/18732483

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!