140,982 posts were found in 979ms.


(Multiple bars can be delimited by spaces)
(Multiple users can be delimited by spaces; IP addresses can contain * wildcards.)

fd

12/28 · gdgfg

©

12/28 · ©

utf-8 arial的问题

12/28 · <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="te...

本系统已成功转换为utf8编码

12/28 · rt

Reply: 【惊喜】utf-8的“>”显示不正确的问题解决啦!!!!

12/28

Reply: 【惊喜】utf-8的“>”显示不正确的问题解决啦!!!!

12/28 · 原来,gb2312网页显示的字体默认是“宋体”,而把网页文件编码改成utf-8后,默认字体就不是宋体了,所以我们只需要加上2楼的css代码,把body、td、th标签的字体设成宋体就OK啦。

Reply: 今晚我要把本站的网页全部转换成utf-8编码

12/28 · 包括数据库

今晚我要把本站的网页全部转换成utf-8编码

12/28 · rt

Reply: 【惊喜】utf-8的“>”显示不正确的问题解决啦!!!!

12/28 · 只需要加上:
body,td,th {
 font-size: 12px;
 font-family: 宋体;
}

【惊喜】utf-8的“>”显示不正确的问题解决啦!!!!

12/28 · <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="te...