From 08a04d85393a0bb5721a17328df62c4915c487c5 Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Fri, 5 Feb 2021 18:52:37 +0100 Subject: fix some macros for zh-cn --- files/zh-cn/web/api/location/tostring/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'files/zh-cn/web/api/location') diff --git a/files/zh-cn/web/api/location/tostring/index.html b/files/zh-cn/web/api/location/tostring/index.html index 84a5fdddff..6af60a303c 100644 --- a/files/zh-cn/web/api/location/tostring/index.html +++ b/files/zh-cn/web/api/location/tostring/index.html @@ -3,9 +3,9 @@ title: 'Location: toString()' slug: Web/API/Location/toString translation_of: Web/API/Location/toString --- -

{{ApiRef(“ Location”)}}

+

{{ApiRef("Location")}}

-

toString(){{domxref(“ Location”)}}接口stringifier方法返回包含整个URL的{{domxref(“ USVString”)}}}。它是{{domxref(“ Location.href”)}}的只读版本。

+

toString(){{domxref("Location")}}接口stringifier方法返回包含整个URL的{{domxref("USVString")}}}。它是{{domxref("Location.href")}}的只读版本。

句法

@@ -39,4 +39,4 @@ var result = anchor.toString(); // Returns: 'https://developer.mozilla.org/en-US -

{{Compat(“ api.Location.toString”)}}

+

{{Compat("api.Location.toString")}}

-- cgit v1.2.3-54-g00ecf