找到 2189 篇文章 关于 HTML

HTML Navigator javaEnabled() 方法

AmitDiwan
更新于 2019年9月26日 11:57:07

116 次查看

HTML navigator javaEnabled() 方法返回一个布尔值,该值定义浏览器是否启用了 Java。语法以下是语法:navigator.javaEnabled()让我们来看一个 HTML navigator userAgent 属性的示例:示例 在线演示 body {  color: #000;  height: 100vh;  background: linear-gradient(62deg, #FBAB7E 0%, #F7CE68 100%) no-repeat;  text-align: center; } .btn {  background: #db133a;  border: none;  height: 2rem;  border-radius: 20px;  width: 330px;  display: block;  ... 阅读更多

HTML Navigator userAgent 属性

AmitDiwan
更新于 2019年9月26日 11:52:57

171 次查看

HTML navigator userAgent 属性返回浏览器发送到服务器的用户代理标头的值。语法以下是语法:navigator.userAgent让我们来看一个 HTML navigator userAgent 属性的示例:示例 在线演示 body {  color: #000;  height: 100vh;  background: linear-gradient(62deg, #FBAB7E 0%, #F7CE68 100%) no-repeat;  text-align: center; } .btn {  background: #db133a;  border: none;  height: 2rem;  border-radius: 20px;  width: 330px;  display: block;  ... 阅读更多

HTML Navigator product 属性

AmitDiwan
更新于 2019年9月26日 11:49:14

81 次查看

HTML navigator product 属性返回浏览器的引擎名称。语法以下是语法:navigator.product让我们来看一个 HTML navigator product 属性的示例:示例 在线演示 body {  color: #000;  height: 100vh;  background: linear-gradient(62deg, #FBAB7E 0%, #F7CE68 100%) no-repeat;  text-align: center; } .btn {  background: #db133a;  border: none;  height: 2rem;  border-radius: 20px;  width: 330px;  display: block;  color: #fff;  outline: none; ... 阅读更多

HTML Navigator platform 属性

AmitDiwan
更新于 2019年9月26日 11:46:12

97 次查看

HTML navigator platform 属性返回浏览器编译的平台。语法以下是语法:navigator.platform让我们来看一个 HTML navigator platform 属性的示例:示例 在线演示 body {  color: #000;  height: 100vh;  background: linear-gradient(62deg, #FBAB7E 0%, #F7CE68 100%) no-repeat;  text-align: center; } .btn {  background: #db133a;  border: none;  height: 2rem;  border-radius: 20px;  width: 330px;  display: block;  color: #fff;  outline: none; ... 阅读更多

HTML Navigator onLine 属性

AmitDiwan
更新于 2019年9月26日 11:43:10

132 次查看

HTML navigator onLine 属性返回一个布尔值,该值定义浏览器是联机还是脱机。语法以下是语法:navigator.onLine让我们来看一个 HTML navigator onLine 属性的示例:示例 在线演示 body {  color: #000;  height: 100vh;  background: linear-gradient(62deg, #FBAB7E 0%, #F7CE68 100%) no-repeat;  text-align: center; } .btn {  background: #db133a;  border: none;  height: 2rem;  border-radius: 20px;  width: 330px;  display: block;  ... 阅读更多

HTML Navigator geolocation 属性

AmitDiwan
更新于 2019年9月26日 11:39:46

101 次查看

HTML navigator geolocation 属性返回一个 Geolocation 对象,可用于查找用户的地理位置。语法以下是语法:navigator.geolocation让我们来看一个 HTML navigator geolocation 属性的示例:示例 在线演示 body {  color: #000;  height: 100vh;  background: linear-gradient(62deg, #FBAB7E 0%, #F7CE68 100%) no-repeat;  text-align: center; } .btn {  background: #db133a;  border: none;  height: 2rem;  border-radius: 20px;  width: 330px;  display: block;  ... 阅读更多

HTML Navigator cookieEnabled 属性

AmitDiwan
更新于 2019年9月26日 11:36:51

97 次查看

HTML navigator cookieEnabled 属性返回一个布尔值,该值定义浏览器中是否启用了 Cookie。语法以下是语法:navigator.cookieEnabled让我们来看一个 HTML navigator cookieEnabled 属性的示例:示例 在线演示 body {  color: #000;  height: 100vh;  background: linear-gradient(62deg, #FBAB7E 0%, #F7CE68 100%) no-repeat;  text-align: center; } .btn {  background: #db133a;  border: none;  height: 2rem;  border-radius: 20px;  width: 330px;  display: ... 阅读更多

HTML Navigator appVersion 属性

AmitDiwan
更新于 2019年9月26日 11:32:55

98 次查看

HTML navigator appVersion 属性返回浏览器的版本信息。语法以下是语法:navigator.appVersion让我们来看一个 HTML navigator appVersion 属性的示例:示例 在线演示 body {  color: #000;  height: 100vh;  background: linear-gradient(62deg, #FBAB7E 0%, #F7CE68 100%) no-repeat;  text-align: center; } .btn {  background: #db133a;  border: none;  height: 2rem;  border-radius: 20px;  width: 330px;  display: block;  color: #fff;  outline: none; ... 阅读更多

HTML Navigator appName 属性

AmitDiwan
更新于 2019年9月26日 11:30:04

107 次查看

HTML navigator appName 属性返回浏览器的名称。语法以下是语法:navigator.appName让我们来看一个 HTML navigator appName 属性的示例:示例 在线演示 body {  color: #000;  height: 100vh;  background: linear-gradient(62deg, #FBAB7E 0%, #F7CE68 100%) no-repeat;  text-align: center; } .btn {  background: #db133a;  border: none;  height: 2rem;  border-radius: 20px;  width: 330px;  display: block;  color: #fff;  outline: none; ... 阅读更多

HTML Navigator appCodeName 属性

AmitDiwan
更新于 2019年9月26日 11:24:56

107 次查看

HTML navigator appCodeName 属性返回浏览器的代码名称。语法以下是语法:navigator.appCodeName让我们来看一个 HTML navigator appCodeName 属性的示例:示例 在线演示 body {  color: #000;  height: 100vh;  background: linear-gradient(62deg, #FBAB7E 0%, #F7CE68 100%) no-repeat;  text-align: center; } .btn {  background: #db133a;  border: none;  height: 2rem;  border-radius: 20px;  width: 330px;  display: block;  color: #fff;  outline: none; ... 阅读更多

广告