mysql調用(4): 查詢返回通用map(字典)、可變參數用法

// 取出全部列 cols,_ := rows.Columns() // 定義全部行的大切片 allRows := make([]interface{},0) // 定義單獨一行大小切片 oneRow := make([]interface{},len(cols)) scanRow := make([]interface{},len(cols)) for rows.Next()
相關文章
相關標籤/搜索