type MyString = string //别名类型 与string 其实一个类型 无需转换等
type MyString2 string // 潜在类型 需要转换成string才能使用
posted on 2019-10-21 17:25 _Jee 阅读(365) 评论(0) 收藏 举报