golang使用sqlx報錯:unsupported type []interface {}, a slice of interface

問題: 本身使用sqlx操做數據庫,想封裝一個Insert函數:golang func Insert(sql string,args ...interface{ }) (int,bool){ ret, err := DataSource.Exec(sql, args) /*這裏是錯誤寫法*/ if err!=nil{ return 0,false }
相關文章
相關標籤/搜索