Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在查看 excel 中的网络查询,以及如何很容易地从网站的 html 表中检索数据。我希望从 html 标记中获取单个字符串:
<span class="linePrice">I WANT THIS DATA<!----></span>
这可能吗?如果是,怎么做?vbn 解决方案也很有用。
谢谢!
您可以从DHTML DOM 文档中获取该信息
看到这些链接: