摘要:
self.orderCost.text= [NSStringstringWithFormat:@"%.1f元",self.order.cost.floatValue];%.1f 表示小数点一位,%.2f 表示小数点2位,依次类推.格式定义The format specifiers supported... 阅读全文
posted @ 2015-11-23 10:52
张永存(Jerry)
阅读(1256)
评论(1)
推荐(0)