thinkphp5.1使用事务 //开启事务 Db::startTrans(); try{ //提交事务 Db::commit(); }catch(){ //回滚事务 Db::rollback(); }; Publish 18/10/09 / Views 2204 / 研究学习PHP