Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
meta name="generator" content="7.3.5.244" 出现在基于 adobe muse 的静态站点的头部。“7.3.5.244”是什么意思/做什么?
在这种情况下,是一个版本号。具体来说,它是用于生成站点的 Muse 版本。7.3 版是当前版本。
更一般地说,HTML 规范允许标签的content属性包含任何描述生成器的内容。版本号很常见,但为了清楚起见,通常会包含产品名称。例如:<meta>
content
<meta>
<meta name="generator" content="WordPress 2.5.1" />
该值必须是一个自由格式的字符串,用于标识用于生成文档的软件包之一。
HTML5 规范