从网页中提取链接

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了从网页中提取链接相关的知识,希望对你有一定的参考价值。

  1. function DoPrintLinks()
  2. {
  3.  
  4. var nCount = 0;
  5. var nEnd = document.links.length;
  6. var outpt="According to javascript, this document has "+nEnd+ " link(s) in it.<br>"
  7. for (nCount = 0 ; nCount < nEnd ; nCount ++){
  8. outpt+=document.links[nCount].href + "<br>"
  9. }
  10. document.write(outpt)
  11. }

以上是关于从网页中提取链接的主要内容,如果未能解决你的问题,请参考以下文章

如何从网页的不同超链接中提取数据

JavaScript 从网页中提取链接

从网页中提取链接

无法从网页中提取连接到“查看全部”按钮的链接

ruby 从http://2d-gate.org/的网页中提取视频链接

怎么从链接里提取师资力量