摘要: -(NSUInteger) unicodeLengthOfString: (NSString *) text{ NSUInteger asciiLength = 0; for (NSUInteger i = 0; i < text.length; i++) { unichar uc = [... 阅读全文
posted @ 2015-04-28 16:51 牵着蜗牛走的我 阅读(145) 评论(0) 推荐(0)