语法: select * from table where tj limit offset,size注解: offset: 开始索引,从0开始 size: 每页条数注意: 公式: (当前页数-1)*每页条数=开始索引