HTML5 測試 Internet Explorer 表現奇差
如果網頁編碼是 big5,並使用 Google map,若沒有更改原碼,則會顯示空白。
如果網頁編碼是 big5(ansi),Google map API 時,記得要加 「charset="UTF-8"」才能正常。
<meta http-equiv="content-type" content="text/html; charset=Big5" />
<script charset="UTF-8" src="http://maps.google.com/maps?file=api&v=2&key=xxxxxxx" type="text/javascript"></script>