摘要: 直接上代码,一目了然。 <?php include_once '../function.php'; //数据库连接 $con = mysqli_connect('localhost','root','root','test'); if(mysqli_connect_errno($con)){ ech 阅读全文
posted @ 2020-05-16 13:05 一步随风 阅读(232) 评论(0) 推荐(0)