<?php header("content-type:text/html;charset=GBK"); class CurlClass { protected $_pdo; public function __construct() { $this->_pdo =new PDO("mysql:host=127.0.0.1;dbname=student","root","root"); $this->_pdo-
csv表中含有中文字符,具体实现代码示例: load data infile 'C:\\Users\\Administrator\\Desktop\\import\\CELLutf.csv' into table cell character set gbk(设置gbk字符编码,防止出现中文乱码)fields terminated by ','enclosed by '"'lines terminated by '\r\n'IGNORE 1 LINES; 代码解释: fields termina