rfc2616 中的“1#”是什么

What is "1#" in rfc2616

我正在阅读 rfc2616 中的 http 标准。 现在我想得到If-None-Match的格式。它给了我:

If-None-Match = "If-None-Match" ":" ( "*" | 1#entity-tag )

什么是1#?或者 dose 1#entity-tag 表示 ETag ?

的精确值

表示"entity-tag"出现1次或多次。

语法在 RFC 的第 2.1 节中有解释,"Augmented BNF":

http://www.w3.org/Protocols/rfc2616/rfc2616-sec2.html#sec2.1

重要说明:RFC 2616 已过时。它已被一系列 6 个 RFC 取代:7230、7231、7232、7233、7234、7235。请参阅 https://www.mnot.net/blog/2014/06/07/rfc2616_is_dead