什么是 RFC3986?
什么是 RFC3986?
参考我的问题的答案 为什么 Internet Explorer 不支持同时具有查询字符串和哈希/锚点的书签?火狐浏览器工作正常
What is RFC3986?
In reference to the answer of my question Why does Internet Explorer not support bookmarks with both a querystring and a hash/anchor? Firefox works properly
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
谷歌搜索一下就能很快为你解答这个问题。
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
这是 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.