摘要: public function Text() { $nation = D("Nation"); $sqla = "select * from nation"; $qa = $nation->query($sqla);//查询是query()方法 $sqlb = "insert into nation values('n015... 阅读全文
posted @ 2016-05-15 16:35 怪咖咖 阅读(336) 评论(0) 推荐(0)