aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/event/eventphase/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/api/event/eventphase/index.html')
-rw-r--r--files/zh-cn/web/api/event/eventphase/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/api/event/eventphase/index.html b/files/zh-cn/web/api/event/eventphase/index.html
index d5be77ae7a..fae6a99163 100644
--- a/files/zh-cn/web/api/event/eventphase/index.html
+++ b/files/zh-cn/web/api/event/eventphase/index.html
@@ -12,7 +12,7 @@ translation_of: Web/API/Event/eventPhase
<pre class="brush: js"><em>var phase</em> = event.eventPhase;
</pre>
-<p>返回一个代表当前执行阶段的 整数值,下面列出了不同的执行阶段{{anch("Event phase constants")}}.</p>
+<p>返回一个代表当前执行阶段的 整数值,下面列出了不同的执行阶段<a href="#事件阶段常量">事件阶段常量</a>.</p>
<h2 id="常量">常量</h2>