c语言连接mysql数据库
摘要:示例代码: #include <stdio.h> #include <stdlib.h> #include <mysql.h> int main (int argc, char *argv[]) { int res; MYSQL_RES *result; int numFields = 0; int
阅读全文
posted @ 2022-04-08 15:32
posted @ 2022-04-08 15:32