摘要:
conn = new MySQLi($this->host,$this->uid,$this->pwd,$db); } public function Query($sql,$type=1) { //判断是否出错 !mysqli_connect_error() or die("连接失败!"); //执行SQL语句 $result = $this->conn->q... 阅读全文
posted @ 2016-10-08 14:13
孤独夜莺
阅读(246)
评论(0)
推荐(0)
浙公网安备 33010602011771号