无详细内容 无 ?php$dbh = new pdo('mysql:host=localhost;dbname=demo2', 'root', '123456'); $dbh-setattribute(pdo::attr_errmode, pdo::errmode_exception); $dbh-exec('set names utf8'); ?
setattribute(pdo::attr_errmode, pdo::errmode_exception); $dbh->exec('set names utf8'); ?>