#### 格式化展示 通过 `formatter` 格式化数字,以展示具有具体含义的数据,往往需要配合 `parser` 一起使用。 #### Formatter Display value within it's situation with `formatter`, and we usually use `parser` at the same time. ```html ```