diff options
author | 金金婧婧 <1269928993@qq.com> | 2021-04-11 09:48:25 +0800 |
---|---|---|
committer | Irvin <irvinfly@gmail.com> | 2021-04-14 18:09:23 +0800 |
commit | 8a8c5291cbfc337d5d8e19abd2ccb9d30bd55d8b (patch) | |
tree | de5f34593e730850bedb1572eec1287744f9685b /files/zh-cn/web/performance | |
parent | cc03ce3d7332457067e320d182307a3fc7285a4e (diff) | |
download | translated-content-8a8c5291cbfc337d5d8e19abd2ccb9d30bd55d8b.tar.gz translated-content-8a8c5291cbfc337d5d8e19abd2ccb9d30bd55d8b.tar.bz2 translated-content-8a8c5291cbfc337d5d8e19abd2ccb9d30bd55d8b.zip |
Update index.html
Modification of hyperlink description information
Diffstat (limited to 'files/zh-cn/web/performance')
-rw-r--r-- | files/zh-cn/web/performance/dns-prefetch/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/performance/dns-prefetch/index.html b/files/zh-cn/web/performance/dns-prefetch/index.html index 56f6946b97..f6674818a6 100644 --- a/files/zh-cn/web/performance/dns-prefetch/index.html +++ b/files/zh-cn/web/performance/dns-prefetch/index.html @@ -38,7 +38,7 @@ translation_of: Web/Performance/dns-prefetch <p>首先,<code>dns-prefetch</code> 仅对<a href="https://wiki.developer.mozilla.org/zh-CN/docs/Web/HTTP/CORS">跨域</a>域上的 DNS查找有效,因此请避免使用它来指向您的站点或域。这是因为,到浏览器看到提示时,您站点域背后的IP已经被解析。</p> -<p>其次,还可以通过使用 <a href="https://wiki.developer.mozilla.org/zh-CN/docs/Web/HTTP/Headers/Link">HTTP链接字段</a>将 <code>dns-prefetch</code>(以及其他资源提示)指定为 H<a href="https://wiki.developer.mozilla.org/zh-CN/docs/Web/HTTP/Headers">TTP标头</a>:</p> +<p>其次,还可以通过使用 <a href="https://wiki.developer.mozilla.org/zh-CN/docs/Web/HTTP/Headers/Link">HTTP链接字段</a>将 <code>dns-prefetch</code>(以及其他资源提示)指定为 <a href="https://wiki.developer.mozilla.org/zh-CN/docs/Web/HTTP/Headers">HTTP标头</a>:</p> <pre class="notranslate">Link: <https://fonts.gstatic.com/>; rel=dns-prefetch</pre> |