如何获取目标URL的整个HTML源代码,并使用jQuery解析?

时间:2013-08-09 07:17:29

标签: javascript jquery

假设有一个网站,例如foo-example.com
我想获取顶部index页面的整个HTML源代码(http://foo-example.com/index.html

index.html的代码是:

HTML源代码(http://foo-example.com/index.html

<html>
    <title>Hello, world</title>
    <head>
    </head>
    <body>
        <embed type="application" id="records" link="xxxxxxxxxxxxxxxx">
    </body>
</html>

如何获取整个HTML源代码,并解析链接包装的字符串? 然后我想最后像alert(strings);那样弹出警告。

0 个答案:

没有答案