您可以在不包含每个 *.html 文件的情况下将 javascript 添加到所需的 *.html 文件中吗?像:
<html>
<head>
......<!-- no script-->
</head>
<body>
......<!-- also no script tags-->
</body>
</html>
那么我可以使用一种方法来自动将我想要的 javascript 文件包含在我未来想要的任何 *.html 文件中,而无需<script>
在我的 html 文件中手动添加标签吗?就像 htaccess 一样,它将域中的所有误导性 url 重定向到 404 页面。
请告诉我是否需要添加任何信息。
*编辑 - 我不想使用 iframe