@ -0,0 +1,10 @@
<?php
header('Content-Type: text/html; charset=utf-8');
?>
try {
$db = new PDO("mysql:host=localhost;dbname=pxscj", "root", "13556200171");
}catch(PDOException $e) {
echo "连接错误".$e->getMessage();
}