inter 是interface类型,转化为string类型是:

        str := inter .(string)

转为其他类型也类似

相关文章: