diff options
Diffstat (limited to 'files/zh-cn/web/api')
-rw-r--r-- | files/zh-cn/web/api/url/url/index.html | 2 |
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 3274537bf9..ccdbc357fe 100644 --- a/files/zh-cn/web/api/url/url/index.html +++ b/files/zh-cn/web/api/url/url/index.html @@ -43,7 +43,7 @@ translation_of: Web/API/URL/URL <tbody> <tr> <td>{{jsxref("TypeError")}}</td> - <td><code><var>url</var></code>若为绝对 URL)或 <code><var>base</var></code> + <code><var>url</var></code>(若为相对 URL)是一个无效的 URL 链接。</td> + <td><code><var>url</var></code>(若为绝对 URL)或 <code><var>base</var></code> + <code><var>url</var></code>(若为相对 URL)是一个无效的 URL 链接。</td> </tr> </tbody> </table> |