HTML——<meta http-equiv="content-type" content="texthtml; charset=UTF-8">

it2024-08-19  31

没有添加这句话的编码方式的话,很容易就乱码了

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>search.html</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <style>div, body, span {font-size:14px; }</style> </head>

 

转载于:https://www.cnblogs.com/snowwhite/p/4658358.html

最新回复(0)