摘要:
<?php$servername = "localhost";$username = "root";$password = "123456"; // 创建连接$conn = new mysqli($servername, $username, $password); // 检测连接if ($conn 阅读全文
posted @ 2018-09-11 11:46
webmix
阅读(165)
评论(0)
推荐(0)
浙公网安备 33010602011771号