点击运行
package main import ( "fmt" ) func main() { i := 10 fmt.Printf("%d %T", i, i) }
运行结果 :
正在执行...