diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-05 18:52:37 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-05 18:52:37 +0100 |
commit | 08a04d85393a0bb5721a17328df62c4915c487c5 (patch) | |
tree | ea226febdf775a158b9b110459697a090fdfbe8e /files/zh-cn/web/api/location | |
parent | 7425818d30fbc66df26cedebc612e8e83a332c56 (diff) | |
download | translated-content-08a04d85393a0bb5721a17328df62c4915c487c5.tar.gz translated-content-08a04d85393a0bb5721a17328df62c4915c487c5.tar.bz2 translated-content-08a04d85393a0bb5721a17328df62c4915c487c5.zip |
fix some macros for zh-cn
Diffstat (limited to 'files/zh-cn/web/api/location')
-rw-r--r-- | files/zh-cn/web/api/location/tostring/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
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 --- -<p><font><font>{{ApiRef(“ Location”)}}</font></font></p> +<p><font><font>{{ApiRef("Location")}}</font></font></p> -<p><strong><code>toString()</code></strong><font><font>{{domxref(“ Location”)}}接口</font><font>的</font><font>stringifier方法返回包含整个URL的{{domxref(“ USVString”)}}}。</font><font>它是{{domxref(“ Location.href”)}}的只读版本。</font></font></p> +<p><strong><code>toString()</code></strong><font><font>{{domxref("Location")}}接口</font><font>的</font><font>stringifier方法返回包含整个URL的{{domxref("USVString")}}}。</font><font>它是{{domxref("Location.href")}}的只读版本。</font></font></p> <h2 id="句法"><font><font>句法</font></font></h2> @@ -39,4 +39,4 @@ var result = anchor.toString(); // Returns: 'https://developer.mozilla.org/en-US <div class="hidden"><font><font>此页面上的兼容性表是根据结构化数据生成的。</font><font>如果您想贡献数据,请查看</font></font><a href="https://github.com/mdn/browser-compat-data"><font><font>https://github.com/mdn/browser-compat-data</font></font></a><font><font>并向我们发送请求请求。</font></font></div> -<p><font><font>{{Compat(“ api.Location.toString”)}}</font></font></p> +<p><font><font>{{Compat("api.Location.toString")}}</font></font></p> |