aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn
diff options
context:
space:
mode:
authorIrvin <irvinfly@gmail.com>2021-03-15 11:15:49 +0800
committerGitHub <noreply@github.com>2021-03-15 11:15:49 +0800
commit703e2e5ce54e8a4d4ec3db63701b4b1a9f310140 (patch)
tree87e4d5bd8d68ca1f585693bf0e2bf589ef23f165 /files/zh-cn
parent6d597dcbf34c8d68276b53ab6513772d7077b207 (diff)
parente37fada535ec25c2d85732cd5f9f4f78671075fa (diff)
downloadtranslated-content-703e2e5ce54e8a4d4ec3db63701b4b1a9f310140.tar.gz
translated-content-703e2e5ce54e8a4d4ec3db63701b4b1a9f310140.tar.bz2
translated-content-703e2e5ce54e8a4d4ec3db63701b4b1a9f310140.zip
Merge pull request #130 from Benno-Wu/patch-1
The description of argument 'url' has a typo
Diffstat (limited to 'files/zh-cn')
-rw-r--r--files/zh-cn/web/api/url/url/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/api/url/url/index.html b/files/zh-cn/web/api/url/url/index.html
index 33cf3c7abf..3274537bf9 100644
--- a/files/zh-cn/web/api/url/url/index.html
+++ b/files/zh-cn/web/api/url/url/index.html
@@ -26,7 +26,7 @@ translation_of: Web/API/URL/URL
<dl class="syntaxbox">
<dt><code><var>url</var></code></dt>
- <dd>是一个表示绝对或相对 URL 的 {{domxref("DOMString")}}。如果<code><var>url</var></code> 是相对 URL,则会将 <code><var>base</var></code> 用作基准 URL。如果 <code><var>url</var></code> 是绝对URL,则无论参数<code><var>url</var></code>是否存在,都将被忽略。</dd>
+ <dd>是一个表示绝对或相对 URL 的 {{domxref("DOMString")}}。如果<code><var>url</var></code> 是相对 URL,则会将 <code><var>base</var></code> 用作基准 URL。如果 <code><var>url</var></code> 是绝对URL,则无论参数<code><var>base</var></code>是否存在,都将被忽略。</dd>
<dt><code><var>base</var></code> {{optional_inline}}</dt>
<dd>是一个表示基准 URL 的 {{domxref("DOMString")}},在 <em>url</em> 是相对 URL 时,它才会起效。如果未指定,则默认为 <code>''</code>。</dd>
</dl>