This commit is contained in:
parent
cd177e4537
commit
cfeb82a6a9
|
|
@ -189,7 +189,7 @@ public class Bili01 extends Spider {
|
|||
list.put(result);
|
||||
}
|
||||
JSONObject result = new JSONObject();
|
||||
int limit = 12;
|
||||
int limit = 8;
|
||||
int page = Integer.parseInt(pg);
|
||||
result.put("page", page);
|
||||
int pageCount = list.length() >= limit ? page + 1 : page;
|
||||
|
|
|
|||
Loading…
Reference in New Issue