Node JS请求模块没有得到标签响应

Node JS Request module not getting the tab response

本文关键字:标签 响应 JS 请求 模块 Node      更新时间:2023-09-26

我试图获得url http://teespring.com/dashboard/campaigns#tab-get-paid的响应,但它总是返回http://teespring.com/dashboard/campaigns的内容。
流动是这样的。

  1. 用户进入http://teespring.com/dashboard/campaigns
  2. 页面
  3. 页面有4个选项卡。用户单击其中一个选项卡。浏览器显示url http://teespring.com/dashboard/campaigns#tab-get-paid .

我假设可能是页面正在动态生成。
如果是这种情况,那么如何获得所需的响应呢?

哈希片段标识符不发送到服务器。它只在浏览器中使用。

如果您看到#hash的不同内容,则由客户端脚本呈现。所以不能用传统的方法刮。