mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2025-12-17 08:26:32 +08:00
语法高亮,滚动条美化,设置页面调整
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
<div></div>
|
||||
<p><code><strong>[@@toPrimitive]()</strong></code> 方法可以转换一个 <code>Date</code> 对象到一个原始值。</p>
|
||||
<h2 id="用法">用法</h2>
|
||||
<pre class="syntaxbox"><var>Date()[Symbol.toPrimitive](hint);
|
||||
</var></pre>
|
||||
<pre><code class="language-javascript"><var>Date()[Symbol.toPrimitive](hint);
|
||||
</var></code></pre>
|
||||
<h3 id="返回值">返回值</h3>
|
||||
<p>给出的 <a href="Reference/Date" title="此页面仍未被本地化, 期待您的翻译!"><code>Date</code></a> 的原始值。根据传入参数的不同,可以返回 string 或 number 类型。</p>
|
||||
<h2 id="说明">说明</h2>
|
||||
|
||||
Reference in New Issue
Block a user