<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>无标题文档</title>
</head>
<script type="text/javascript">
document.write("浏览器代码名的字符表示:"+Navigator.appCodeName+"<br/>");
document.write("浏览器名称:"+Navigator.appName+"<br/>");
document.write("浏览器的平台和版本信息:"+Navigator.appVersion+"<br/>");
document.write("运行浏览器的操作系统平台:"+Navigator.platform+"<br/>");
document.write("客户机发送服务器的user-angent头部的值:"+Navigator.userAgent+"<br/>");
</script>
<body>
</body>
</html>
Navigator名字粗了,n小写