读书人

数目字转字符串

发布时间: 2012-07-02 17:46:23 作者: rapoo

数字转字符串

NSString *newText = [[NSString alloc] initWithFormat:@"%d", number];numberLabel.text = newText;[newText release];

?

读书人网 >移动开发

热点推荐