aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/inputevent/data
diff options
context:
space:
mode:
authort7yang <t7yang@gmail.com>2021-07-17 16:10:02 +0800
committerIrvin <irvinfly@gmail.com>2021-07-19 23:04:27 +0800
commita02f4b2f60c81e09b318a090e5c9c2d2d641c878 (patch)
tree2b1849e7a34cb367ff6624e35a35fc827eceef6b /files/zh-cn/web/api/inputevent/data
parent8af4d5e8a260f3474b4273d573532ec6fec08ab4 (diff)
downloadtranslated-content-a02f4b2f60c81e09b318a090e5c9c2d2d641c878.tar.gz
translated-content-a02f4b2f60c81e09b318a090e5c9c2d2d641c878.tar.bz2
translated-content-a02f4b2f60c81e09b318a090e5c9c2d2d641c878.zip
replace wiki links in zh-CN
Diffstat (limited to 'files/zh-cn/web/api/inputevent/data')
-rw-r--r--files/zh-cn/web/api/inputevent/data/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/api/inputevent/data/index.html b/files/zh-cn/web/api/inputevent/data/index.html
index 0b1259df38..fc88ca7c42 100644
--- a/files/zh-cn/web/api/inputevent/data/index.html
+++ b/files/zh-cn/web/api/inputevent/data/index.html
@@ -26,7 +26,7 @@ translation_of: Web/API/InputEvent/data
<h2 id="示例">示例</h2>
-<p>在下面的简单示例中,我们在 <a href="https://wiki.developer.mozilla.org/en-US/docs/Web/API/HTMLElement/input_event">input</a> 事件上设置了一个事件监听器,以便在对 {{htmlelement("input")}} 元素的内容进行任何更改时(通过键入或粘贴),通过 <strong><code>InputEvent.data</code></strong> 属性检索添加的文本,并在 <code>&lt;input&gt;</code> 下面的段落中报告。</p>
+<p>在下面的简单示例中,我们在 <a href="/zh-CN/docs/Web/API/HTMLElement/input_event">input</a> 事件上设置了一个事件监听器,以便在对 {{htmlelement("input")}} 元素的内容进行任何更改时(通过键入或粘贴),通过 <strong><code>InputEvent.data</code></strong> 属性检索添加的文本,并在 <code>&lt;input&gt;</code> 下面的段落中报告。</p>
<pre class="brush: html">&lt;p&gt;Some text to copy and paste.&lt;/p&gt;