$dns='mysql:host=localhost;dbname=qq'; $sql=new PDO($dns,'root',''); $sql->query('set names utf8;'); $rs=$sql->query(”select * from qz_user”); $row=$rs->fetchAll(); print_r($row);
@自在鬼 你说有木有{抠鼻}