2017年4月28日
摘要: host,$this->uid,$this->pwd,$this->dbname); //执行sql语句 $reslut = $db->query($sql); //从结果集对象里面取数据 if($type==1) { return $reslut->fetch_all(); } else { return $reslut; } } ... 阅读全文
posted @ 2017-04-28 08:58 天启创道工作室 阅读(282) 评论(0) 推荐(0) 编辑