用reset函数,可以保留数据结构清空序表:
A
1
=demo.query("select * from STUDENTS")
2
>A1.reset()
序表重置后,可以清除不再使用的记录,释放占用的内存: