找到 2189 篇文章 相关 HTML
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; ... 阅读更多
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; ... 阅读更多
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; ... 阅读更多
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; ... 阅读更多
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; ... 阅读更多
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; ... 阅读更多
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: ... 阅读更多
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; ... 阅读更多
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; ... 阅读更多
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; ... 阅读更多