开发者

query the html taken from PHP's file_get_contents using jQuery

If I have

$html = file_get_contents('http://www.some-url.com/index.php');

how do I query 开发者_开发百科the html using jQuery?


You will need to output the HTML onto the page then use jQuery to query it once the page is loaded.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜