Mocilas

Stay Hungry! Stay Foolish!

  • 菜单
  • 标签
  • 关于我
  • 主页
  • 所有文章
github weibo google
Markdown NSArray NSString UIImageView UISegmentedControl UIView crawler git hexo ios python 乌合之众 吐槽 嫌疑人X的献身 幸福爱 心理学 推理小说 摘抄 正则表达式 正能量 秘密 笔记 类 读书 读书笔记 随笔
As long as you look at me, I will be pure forever.

Mocilas

Mocilas

Stay Hungry! Stay Foolish!

  • 主页
  • 所有文章
github weibo google
2016-04-01

NSString format 保留小数点 float double

  • ios
  • 笔记
ios

NSString format 保留小数点 float double

self.scoreLabel.text = [NSString stringWithFormat:@"%.1f分", [model.score doubleValue]];

%.1f 表示小数点一位,
%.2f 表示小数点2位,依次类推

<
Assigning to 'id<Delegate>' from incompatible type 'ViewController *const_strong'
clang error: Linker command failed with exit code 1
>
分享到:
© 2016 Mocilas
Hexo Theme Yilia by Litten