Golang: 将interface{} 强制转换为string zgljl2012 - 03 Dec 2018 var obj interface{} ... fmt.Println(obj.(string))