gpt4 book ai didi

javascript - 如何从外部网站提取特定的div内容?

转载 作者:太空宇宙 更新时间:2023-11-04 13:41:29 26 4
gpt4 key购买 nike

<分区>

我正在尝试使用 Jquery .load() 方法从外部网站提取一些信息,但这似乎不起作用,有什么想法吗?我在 firefox 和 chrome 上都进行了测试。

 <!DOCTYPE html>
<html>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js">
</script>
<script>
$(document).ready(function(){
$("button").click(function(){
$("#div1").load("http://www.weather.com/weather/5-day/CEXX0001 #wx-forecast-container");
});
});
</script>
</head>
<body>

<div id="div1"><h2>Let jQuery AJAX Change This Text</h2></div>
<button>Get External Content</button>

</body>
</html>

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com