摘要:
resonsehandler 接受服务端传过来的数据,然后在这个函数里处理好要显示的数据在return个table显示 json: 阅读全文
摘要:
dbName=$dbName; $this->dsn = 'mysql:host='.$dbHost.';dbname='.$dbName; $this->pdo = new PDO($this->dsn, $dbUser, $dbPasswd); $this->pdo->query("set names utf8"); /... 阅读全文