2016年1月12日

ios购物车的实现

摘要: #import static NSString * const keyProductId = @"productId";//商品IDstatic NSString * const keyProductPrice = @"productPrice";//商品价格static NSString * c... 阅读全文

posted @ 2016-01-12 10:59 涨姿势大叔 阅读(2926) 评论(0) 推荐(0) 编辑

ios去时间戳

摘要: #define NSLog(FORMAT, ...) printf("%s\n", [[NSString stringWithFormat:FORMAT, ##__VA_ARGS__] UTF8String]) 阅读全文

posted @ 2016-01-12 09:05 涨姿势大叔 阅读(105) 评论(0) 推荐(0) 编辑

导航