日期:2014-05-16 浏览次数:20398 次
<!DOCTYPE>
<html>
<head>
<title> new document </title>
</head>
<body>
</body>
</html>
<script type="text/javascript">
<!--
var p = document.createElement("p");
p.setAttribute("id", "box");
document.body.appendChild(p);
var box = document.getElementById("box");
box.innerHTML = "<h1>Inner Html</h1>";
//-->
</script>
var p = document.createElement("div");