limit x, y:表示跳过x个数据读取y个数据 limit x offset y:表示跳过y个数据读取x个数据,offset表示偏移量 limit x:表示从头开始读取x个数据,相当于limit 0,x image.png image.png image.png