摘要: 1.清空某表数据: $sql = 'truncate table table_name'; Db::execute($sql ); 阅读全文
posted @ 2020-04-15 13:23 北往星辰 阅读(563) 评论(0) 推荐(0) 编辑