2024年6月14日发(作者:)

if ( == )

{

("连接已经打开");

}

();

if ( == )

{

("连接已经关闭");

}

}

catch (Exception ex)

{

("数据库连接失败" + e);

}

}

}

}