[問題] javascript顯示中文?
我自己打了一段javascript,如下
function A(){
document.write("<p>中文</p>");
}
結果要存檔時丟了一個錯誤給我
"some characters cannot be mapped using ISO-8859-1 character encoding.
Either change the encoding or remove the characters which are no supported by
the ISO-8859-1 character encoding."
原因我在猜是不是我把引用這個function A()的HTML檔案上面,加了
<meta
http-equiv="Content-Script-Type" content="text/javascript; charset=big5" />
這一行
因為之前HTML一直無法顯示中文,我才把charset設定為big5的!
ps.我是用Eclipse編輯javascript~
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 59.121.128.76
推
12/07 13:36, , 1F
12/07 13:36, 1F
討論串 (同標題文章)
以下文章回應了本文:
完整討論串 (本文為第 1 之 3 篇):
Ajax 近期熱門文章
PTT數位生活區 即時熱門文章