摘要:
extern float ceilf(float); extern double ceil(double); extern long double ceill(long double); extern float floorf(float); extern double floor(double); 阅读全文
posted @ 2016-08-08 17:40
YH_Coding
阅读(273)
评论(0)
推荐(0)
摘要:
Formatter译为格式,相应的NSDateFormatter就相当于是NSDate的转换类,将NSDate转换为另一种格式,或转换回来。NSDate没有自己的输出,需要借助NSDateFormatter以相应格式输出。这差不多就是NSDateFormatter的作用了吧。 常用的方法并不复杂,几 阅读全文
posted @ 2016-08-08 17:17
YH_Coding
阅读(117)
评论(0)
推荐(0)