Isn't work
我試過在Isn't work
某種程度上,我不能conrectlly在b.html顯示homePage.html。而我可以在Chrome獨秀homePage.html。 我有jquery-3.2.1.min.js。這裏是我b.html如何包含另一個HTML文件內容
<!DOCTYPE html>
<html>
<head>
<script src="jquery-3.2.1.min.js"></script>
<script>
$(function(){
$("#includedContent").load("homePage.html");
});
</script>
</head>
<body>
<div id="includedContent"></div>
</body>
</html>
任何建議將不勝感激。
你已經試過我提供的代碼了嗎?你能詳細說明不工作嗎?出現任何錯誤? – Swellar
什麼'