MySQLCommand setformat = new MySQLCommand("set names gb2312", conn);
setformat.ExecuteNonQuery();
setformat.Dispose();
解决上传服务器端文字乱码
最新推荐文章于 2024-06-13 10:19:13 发布
MySQLCommand setformat = new MySQLCommand("set names gb2312", conn);
setformat.ExecuteNonQuery();
setformat.Dispose();