什么是 RFC3986?

发布于 2024-11-23 17:09:46 字数 228 浏览 0 评论 0原文

什么是 RFC3986?

参考我的问题的答案 为什么 Internet Explorer 不支持同时具有查询字符串和哈希/锚点的书签?火狐浏览器工作正常

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

陌上芳菲 2024-11-30 17:09:46

谷歌搜索一下就能很快为你解答这个问题。

RCF 3986 是 URI 语法的规范。它定义的一个示例是 URL 中转义字符的 % 语法。

在您引用的上一个问题的上下文中,答案是 RFC 规范声明您使用的语法是有效的,因此您发现的是 IE 的错误。 (这并不能真正帮助你,因为你仍然需要支持 IE 并忍受它的错误,但至少你知道这是 IE 的错而不是你的)

顺便说一句,“RFC”代表“请求评论”;编号 RFC 的序列是大多数互联网相关标准的已发布规范。

维基百科有一篇相当深入的文章,其中详细介绍了历史以及此 RFC 与之前的关系那些。

这是实际的详细规范文档: https://www.ietf.org/rfc/ rfc3986.txt

A bit of googleing would have answered this for you pretty quickly.

RCF 3986 is the specification for URI syntax. An example of things which it defines is the % syntax for escaped characters in a URL.

In the context of the previous question which you referenced, the answer is stating that the RFC specification states that the syntax that you're using is valid, and therefore what you've discovered is a fault with IE. (this doesn't really help you, because you still need to support IE and live with its bugs, but at least you know it's IE's fault and not yours)

By the way, "RFC" stands for "Request for comments"; the sequence of numbered RFCs are the published specifications for most internet-related standards.

Wikipedia has a fairly in-depth article, which details the history and how this RFC relates to previous ones.

And here is the actual spec document in detail: https://www.ietf.org/rfc/rfc3986.txt

凉月流沐 2024-11-30 17:09:46

这是 URI 的征求意见 (RFC):http://www .ietf.org/rfc/rfc3986.txt

检查维基百科文章了解更多信息。

It's the Request for Comments (RFC) for URI: http://www.ietf.org/rfc/rfc3986.txt

Check the wikipedia article for more info.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文