golang內置接口error

type error interface { //只要實現了Error()函數,返回值爲String的都實現了err接口
        Error()    String
}html

相關文章
相關標籤/搜索