,utf-8什么用?" /> ,utf-8什么用? - 源码之家" />

html页面中的,utf-8什么用?

html页面中的<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">,utf-8什么用?

https://segmentfault.com/q/1010000002776232

html页面中的<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">,utf-8什么用?

会导致中文乱码:

------------------个人测试,果然是

加上utf-8,正常:

html页面中的<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">,utf-8什么用?

显示为:

html页面中的<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">,utf-8什么用?

去掉utf-8,乱码:

html页面中的<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">,utf-8什么用?

显示为:

html页面中的<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">,utf-8什么用?