我有一個<div id="content">
要加載網址:http://vnexpress.net內容爲 我的代碼:如何網址加載到div標籤
<html>
<head>
<script type="text/javascript">
$(document).ready(function(){
$("#content").attr("src","http://vnexpress.net");
})
</script>
</head>
<body>
<div id="content"></div>
</body>
</html>
我不想使用iframe
http://api.jquery.com/load/ –
看起來vnexpress.net不是您的域名,因此您需要使用iframe – Esailija
「由於瀏覽器安全限制,大多數」Ajax「請求都受到相同來源策略;請求無法成功檢索來自不同域,子域或協議的數據。「 [鏈接](http://api.jquery.com/load/) –