如何获取有关.innerText的所有样式信息

时间:2019-04-09 17:15:33

标签: javascript

    var Before= stuff2[0].innerText;
Then I call (Before)

HTML信息,我想获取样式信息

<a href="/game/1679819" style="color: rgb(255, 90, 95);">1.09x</a>

我得到以下回应  "3.07x 4.38x 15.33x 1.07x 9.93x 1.04x 6.25x"

1 个答案:

答案 0 :(得分:1)

您可以使用.innerHTML获取HTML和相关样式,而.innerText仅获取文本。