diff options
| author | Florian Dieminger <me@fiji-flo.de> | 2021-02-08 11:48:35 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-08 11:48:35 +0100 |
| commit | 6b354837cbc7f718409e11da44d05d0c0668ab5e (patch) | |
| tree | ea226febdf775a158b9b110459697a090fdfbe8e /files/zh-cn/web/api/location | |
| parent | 7425818d30fbc66df26cedebc612e8e83a332c56 (diff) | |
| parent | 08a04d85393a0bb5721a17328df62c4915c487c5 (diff) | |
| download | translated-content-6b354837cbc7f718409e11da44d05d0c0668ab5e.tar.gz translated-content-6b354837cbc7f718409e11da44d05d0c0668ab5e.tar.bz2 translated-content-6b354837cbc7f718409e11da44d05d0c0668ab5e.zip | |
Merge pull request #27 from fiji-flo/fix-zh-cn
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> |
