正文php 输出 sql语句IP云V管理员/2022-08-25/4 阅读 08/25提示:扫一扫查出行【扫一扫了解最新限行尾号】复制提示 第一种方法$data = M('news')->field("title,date_format(postdate,'%Y-%m-%d') as postdate,content")->where($map)->limit(1)->find(); var_dump( M('news')->_sql());注: 把 this->display()去掉第二种方法:$resultsql= $model-> getLastSql();