aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/domtimestamp/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/api/domtimestamp/index.html')
-rw-r--r--files/zh-cn/web/api/domtimestamp/index.html27
1 files changed, 27 insertions, 0 deletions
diff --git a/files/zh-cn/web/api/domtimestamp/index.html b/files/zh-cn/web/api/domtimestamp/index.html
new file mode 100644
index 0000000000..e60983e81e
--- /dev/null
+++ b/files/zh-cn/web/api/domtimestamp/index.html
@@ -0,0 +1,27 @@
+---
+title: DOMTimeStamp
+slug: Web/API/DOMTimeStamp
+translation_of: Web/API/DOMTimeStamp
+---
+<div>{{APIRef("DOM")}}</div>
+
+<p><strong><code>DOMTimeStamp</code></strong> 类型表示绝对或相对毫秒数,具体取决于它出现的规范。</p>
+
+<h2 id="Specifications">Specifications</h2>
+
+<table class="standard-table">
+ <thead>
+ <tr>
+ <th scope="col">Specification</th>
+ <th scope="col">Status</th>
+ <th scope="col">Comment</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>{{SpecName("WebIDL", "#common-DOMTimeStamp", "DOMTimeStamp")}}</td>
+ <td>{{Spec2("WebIDL")}}</td>
+ <td>Initial specification</td>
+ </tr>
+ </tbody>
+</table>