我需要将a的文本设置为变量

时间:2018-06-25 00:29:26

标签: javascript html dom tampermonkey

在工作中,我们使用一个将项目放入列表的表。货件ID号是一个链接...但是到了我们不再使用的旧站点。我想从中获取货件ID,并在变量中使用它,以将链接替换为新网站的链接。

我曾经遇到过一些问题。首先,我没有权限直接编辑页面的html代码,我仅使用tamperMonkey更改计算机上的代码。

第二,该表没有大量使用类,而它们使用的那些类又可以重用于其他我不需要抓住的(至少现在还没有)。

这是我需要抓取的其中一个代码的示例:

<td class="filterable check hero 169800136261000-1 ">
        <div class="relative">
            <a href="https://oldWebsite.com/services/report/shipment-display.html?shipmentId=169800136261000" target="_blank">169800136261000</a>
        </div>
    </td>

<div class="relative">几乎在表中的每个内部都使用。

1 个答案:

答案 0 :(得分:2)

您可以使用包含 T & operator * () { std::cout << "f_pointer within operator * = " << f_pointer << std::endl; return f_pointer; } 的{​​{1}}选择每个f_pointer within operator * = -1 default initialization: safe_fd = -1 fd = 3 f_pointer within operator * = 3 safe_fd after the reset(3) = 3 f_pointer within operator * = 3 second close returned -1 (errno = 9) ,并将其a替换为新站点:

href
shipmentId