This commit is contained in:
dukun 2023-02-02 18:57:02 +08:00
parent cd177e4537
commit cfeb82a6a9
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ public class Bili01 extends Spider {
list.put(result); list.put(result);
} }
JSONObject result = new JSONObject(); JSONObject result = new JSONObject();
int limit = 12; int limit = 8;
int page = Integer.parseInt(pg); int page = Integer.parseInt(pg);
result.put("page", page); result.put("page", page);
int pageCount = list.length() >= limit ? page + 1 : page; int pageCount = list.length() >= limit ? page + 1 : page;