Skip to content

Commit

Permalink
更新0616
Browse files Browse the repository at this point in the history
  • Loading branch information
ffhelicopter committed Jun 16, 2020
1 parent f3cc51b commit 5614c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/42_32_fmt.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ Sscan、Sscanf、Sscanln 从一个参数字符串读取文本。
|符号|含义|
|:--|:--|
|%f: |默认宽度,默认精度|
|%f |默认宽度,默认精度|
|%9f |宽度9,默认精度|
|%.2f |默认宽度,精度2 |
|%9.2f |宽度9,精度2|
Expand Down

0 comments on commit 5614c36

Please sign in to comment.