Power Member
|
有人說是因為 IE 一開始就用了錯誤的編碼,在 </title> 處結合成亂碼,對於 <title> 就解讀不成功,自然下面的所有敘述就無法成功解讀。所以建議管理者把這行放在比 <title> 還之前的地方,也就是緊跟著 <head> 的下面,然後才是 <title> 區段。
<html dir="ltr" lang="zh-tw">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=big5" />
<title>PCDVD</title>
</head>
<body>
</body>
</html>
__________________
和服娘| 480*800
 |
|