tp 执行sql 语句

$User = D('User');
$User->query('select * from think_user where status=1');
$User->execute('update think_user set status=1 where id=1');
相关文章
相关标签/搜索