摘要: <?php /////php操作pdo实现查询 header( "Content-type: text/html; charset=utf-8" );$dbms = 'mysql';$user = 'root';$pwd = '12345678';$dbName = 'ceshi';$host = 阅读全文
posted @ 2019-09-04 14:22 2538 阅读(5307) 评论(0) 推荐(0)