...
越努力.越幸福. willingseal. 一 连接两个字符串 NSString type self . type objectAtIndex:typeRow NSString subtype self.subtypeobjectAtIndex:subtypeRow NSString typesub NSString stringWithFormat: gt ,type,subtype NSStr ...
2013-06-05 21:45 0 6736 推荐指数:
...
https://blog.csdn.net/u012605210/article/details/37879511 有时会遇到这样的问题,需要把时间和时间戳互相转换 比如把当前时间转换成 “201 ...
一,代码: 二,输出: ...
1.时间戳转字符串 2.Date转字符串 3.计算时间差 ...
一,代码。 二,输出。 ...
常用到的属性字符串 直接赋给label就可以了 ...
NSString *str = @"my name is jiemu"; 1.从第三个字符开始,截取长度为4的字符串 NSString *str2 = [str substringWithRange:NSMakeRange(3,4)];//str2 = "name" 2.截取到第n为(第n位 ...
...