接下來建一個Command MySqlCommand cmd = new MySqlCommand(sql, conn);. 然後執行指令 int index = cmd.ExecuteNonQuery();. ExecuteNonQuery如果用在新增修改刪除, ...
確定! 回上一頁