又有哪错啦?喷血(
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>认识语句</title>
<script type="text/javascript">
document.write("Hello!");
document.write("world");
</script>
</head>
<body>
</body>
</html>