Excel 数据透视表如何累积求和?

365dots 2025-09-29 18:27:44 作者: admin 阅读: 2317
Excel 数据透视表如何累积求和?

justsoso_o:

老师,现在有一个网站的分页器是上一页/下一页,然后有个列表,每个列表有个a链接,我要把每一页的a链接都点进去并且获取跳转页面的信息怎么办呢?[code=javascript]

{

"id": "patent-agency-crawler",

"startUrl": [

"https://ggfw.cnipa.gov.cn/poam/txnqueryAgencyOrg.do?page=1"

],

"selectors": [

{

"id": "pagination",

"type": "SelectorElement",

"parentSelectors": [

"_root"

],

"selector": "div.pagination",

"multiple": false,

"delay": 0

},

{

"id": "next_page",

"type": "SelectorLink",

"parentSelectors": [

"pagination"

],

"selector": "a:contains('下一页')",

"multiple": false,

"delay": 0

},

{

"id": "agency_list",

"type": "SelectorElement",

"parentSelectors": [

"_root"

],

"selector": "table.agency-tlist tbody tr",

"multiple

[/code]

相关推荐