<?php try{ //驅動器的名稱mysql $pdo=new PDO('mysql:host=localhost;dbname=school','root','root'); //查詢一條記錄//$sql='select * from ...
確定! 回上一頁