1. Db::startTrans();
    2. try{
    3. Db::table('think_user')->delete(1);
    4. // 提交事务
    5. } catch (\Exception $e) {
    6. // 回滚事务
    7. }