Go的SQL操作: 一 :连接MySQL 示例1: package main import ( "database/sql" "fmt" "log" //数据库驱动 _ "github.com/go-sql-driver/mysql" "strings" ) type USER s