数据库链接
摘要:$host='localhost'; $user='root'; $password='123456';// 库名$dbName='test';// 链接数据库$link=new mysqli($host,$user,$password,$dbName); if ($link->connect_er
阅读全文
posted @ 2022-03-16 15:58
posted @ 2022-03-16 15:58