每个人都知道 http 代表 HTML (Hyper Text Transport Protocol
)的Hyper Text Markup Language
。 equiv
代表的是什么:相当于什么?这是什么意思。我知道它可以用来指定刷新值和字符集/编码,但这并不能理解它的含义。
答案 0 :(得分:3)
等同于等同。它等同于HTTP响应头。例如,这两个是相同的
<META http-equiv="content-type" content="text/html; charset=UTF-8">
Content-Type: text/html; charset=utf-8
但是,应该在http-equiv
元标记上使用HTTP标头。
http://cyberprodigy.blogspot.com/2009/08/what-does-http-equiv-stands-for.html
答案 1 :(得分:0)
是的,相当于。如同,它具有相当于指定给定HTTP头的效果。