int => string

第一种: strconv.Itoa(10)

第二种: fmt.Sprintf(“%d”, 10)

第三种: fmt.Sprint(10)

留言

2015-09-23