摘要: resonsehandler 接受服务端传过来的数据,然后在这个函数里处理好要显示的数据在return个table显示 json: 阅读全文
posted @ 2019-03-01 23:19 虚无缥缈的云 阅读(3737) 评论(0) 推荐(0) 编辑
摘要: dbName=$dbName; $this->dsn = 'mysql:host='.$dbHost.';dbname='.$dbName; $this->pdo = new PDO($this->dsn, $dbUser, $dbPasswd); $this->pdo->query("set names utf8"); /... 阅读全文
posted @ 2019-03-01 10:23 虚无缥缈的云 阅读(476) 评论(0) 推荐(0) 编辑