This commit is contained in:
myTest383
2025-04-29 15:30:39 +08:00
parent 4742b2ab34
commit 8ede22e863
3 changed files with 36 additions and 33 deletions

View File

@@ -9,12 +9,12 @@
<!-- 嵌入头部 -->
<script type="text/javascript" src="./js/jquery.js"></script>
<script>
// $(function(){
// $("#header").load("./header.html");
// });
// $(function(){
// $("#footer").load("./footer.html");
// });
$(function(){
$("#header").load("./header.html");
});
$(function(){
$("#footer").load("./footer.html");
});
</script>
<body>
<div class="network">
@@ -153,4 +153,4 @@
$('#codeImg').attr('src', './loulan/captcha/captchaImage?type=math&timestamp=' + Date.now());
}
</script>
</html>
</html>