Sqlite清空表数据 delete from yourTable; //清空数据 update sqlite_sequence SET seq =0 where name ='yourTable';//自增长ID为0