我試圖在另一個html文件中包含html文件。包括作爲菜單和頁腳。我正在使用當前的包含語法,但我的html數據不顯示在頁面上。我的包含文件位於根目錄。我試過了:在html文件中包含html文件
<!--#include virtual="header.html" -->
<!--#include file="navigation.html"-->
<html>
<head>
<title>test</title>
</head>
<body>
<!--#include virtual="header.html" -->
<!--#include virtual="navigation.html"-->
<p>test<p>
<!--#include virtual="footer.html"-->
</body>
</html>