1
0
mirror of https://github.com/duke-git/lancet.git synced 2026-02-16 18:52:27 +08:00

doc: update slice and convertor document

This commit is contained in:
dudaodong
2022-12-01 11:43:10 +08:00
parent d8ed692651
commit d66f92cd68
4 changed files with 29 additions and 3 deletions

View File

@@ -400,7 +400,7 @@ func main() {
### <span id="ToString">ToString</span>
<p>将interface转成字符串</p>
<p>将值转换为字符串,对于数字、字符串、[]byte将转换为字符串。 对于其他类型(切片、映射、数组、结构)将调用 json.Marshal</p>
<b>函数签名:</b>