有两种方式: 执行sql语句 db.execSQL("delete from table");//没有返回 调用delete方法 db.delete(table,null,null);//返回删除的数量