<html>
<head>
<script>
window.onload=function(){
var b=document.getElementsByTagName("body")[0];
var d = document.createElement("div");
b.appendChild(d)
}
</script>
</head>
<body >
</body>
</html>
<head>
<script>
window.onload=function(){
var b=document.getElementsByTagName("body")[0];
var d = document.createElement("div");
b.appendChild(d)
}
</script>
</head>
<body >
</body>
</html>
757

被折叠的 条评论
为什么被折叠?



