时间:2021-07-01 10:21:17 帮助过:3人阅读
try {
$this->conn = new mysqli('192.168.1.101','root','root11','testdb1');
}catch(Exception $e)
{
return $e->getMessage();
}
分享到: