摘要: <?phpheader('content-type:text/html;charset=utf-8');include 'PdoClass.php';$objPdo=new PdoClass();//事务try{ $dsn = "mysql:host=localhost;dbname=xxx"; $ 阅读全文
posted @ 2018-11-21 13:33 CFFIRM 阅读(666) 评论(0) 推荐(0) 编辑