aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/navigator/buildid/index.html
blob: bb7935557197a67f096ce02d5181ed6671c374d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
title: Navigator.buildID
slug: Web/API/Navigator/buildID
tags:
  - API
  - DOM
  - Gecko
  - 属性
translation_of: Web/API/Navigator/buildID
---
<p>{{ ApiRef("HTML DOM") }}</p>

<p>返回所使用浏览器的<span class="short_text" id="result_box" lang="zh-CN"><span class="alt-edited">构建</span><span>标识</span></span>符。现代浏览器中,这个属性返回一个固定的时间戳作为私有的计量方法,比如 Firefox 64 及以后的版本返回 <code>20181001000000</code></p>

<h2 id="Syntax" name="Syntax">语法</h2>

<pre class="brush: js"><em>buildID</em> = <em>navigator</em>.buildID;
</pre>

<h3 id="值"></h3>

<p>一个字符串,用来表示当前应用的构建标识。构建 ID 的格式为:<code>YYYYMMDDHHMMSS</code></p>

<h2 id="示例"><font face="x-locale-heading-primary, zillaslab, Palatino, Palatino Linotype, x-locale-heading-secondary, serif"><span style="font-size: 37.33327865600586px;"><strong>示例</strong></span></font></h2>

<pre class="brush: js">console.log(window.navigator.buildID);
</pre>

<h2 id="Specification" name="Specification">规范</h2>

<p>未得到任何公共标准支持。</p>

<h2 id="浏览器兼容性">浏览器兼容性</h2>

<p>{{Compat("api.Navigator.buildID")}}</p>