由于Mingliu字体不是大陆的字体,所以我们在网页中设置网页编码时要选择范围较广的UTF-8。
例:
[code]<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />[/code]
[code]<span style="font-size:11px; font-family:Mingliu";>我是汉字</span>[/code]
例:
[code]<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />[/code]
[code]<span style="font-size:11px; font-family:Mingliu";>我是汉字</span>[/code]