说明

运行原生SQL查询

示例

Db::query('select*fromthink_userwhereid=?',[8]);

占位符

Db::query('select*fromthink_userwhereid=:id',['id'=>8]);