3 December 2018 / go Golang: 将interface{} 强制转换为string var obj interface{} ... fmt.Println(obj.(string))