Files
1257B_DB/TextFile1.txt
T

12 lines
290 B
Plaintext
Raw Normal View History

2026-08-06 09:23:30 +08:00
try
{
// 测试连接
MessageBox.Show("✅ 数据库连接成功!");
}
catch (Exception ex)
{
MessageBox.Show($"❌ 连接失败:{ex.Message}");
}