Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 html5 并想在 asp 中创建类似于母版页的页面,我创建页面 index.html 和 mainpage.html 并希望在点击索引页面中存在的链接时调用包括 mainpage.html。我在索引页上使用代码:
<!--#include virtual="mainpage.html" -->
但是当我们运行索引页时,它会显示空白页
谁能帮帮我吗
那是评论标签。你放在那里的任何东西都不会做任何事情。
没有 html5 包含标签之类的东西。
“没有 html5 包含标签之类的东西”@Fibericon
但是您正在尝试使用ssi include 命令
使用这个命令你会很满意,但是你需要一个服务器环境(例如apache)
在包含标记文件中,扩展名始终为 .shtml,并且在 Web 服务器中启用了检查服务器端包含标记。