问答详情
源自:8-12 Navigator对象

输出全部为undefined是怎么回事?

<!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>


提问者:T松子 2018-08-24 14:54

个回答

  • 栗喵
    2018-08-24 16:20:04
    已采纳

    Navigator名字粗了,n小写