<meta http-equiv="content-type" content="text/html; chaeset=utf-8">和<meta charset=utf-8>有什么区别
很简单,区别在于http-equiv="content-type" content="text/html; 的有无;所以你要理解这个部分,http-equiv="content-type"规定的是网页的内容样式,content="text/html;规定网页的文本样式要基于超文本标记语言。
我还没学到这~