level 1
rubyeyesss
楼主
<html>
<head>
<script type="text/javascript" src="cont/themes/MiniWS/js/jquery-1.2.6.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$("#top").load("top.html");
});
</script>
</head>
<body>
<div id="top"></div>
</body>
</html>
2015年09月01日 03点09分
1
<head>
<script type="text/javascript" src="cont/themes/MiniWS/js/jquery-1.2.6.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$("#top").load("top.html");
});
</script>
</head>
<body>
<div id="top"></div>
</body>
</html>