1. Home
  2. Docs
  3. golang
  4. 内置库(包-package)
  5. strconv

strconv

包strconv实现了基本数据类型的字符串表示法之间的转换。

strconv.Itoa

Itoa is equivalent to FormatInt(int64(i), 10).

Itoa相当于FormatInt(int64(i), 10)。

Was this article helpful to you? Yes No

How can we help?