在 node.js 中不支持 big5 解碼,因此當筆者透過 axios 呼叫 charset 為 big5 的 response 資料時,仍會以 utf8 編碼解析而產生亂碼。
2021-02-19
[web] 在 node.js 環境中使用 axios 遇到 Big5 中文亂碼怎麼辦
- 3054
- 0
- Troubleshoot
- 2021-04-27
在 node.js 中不支持 big5 解碼,因此當筆者透過 axios 呼叫 charset 為 big5 的 response 資料時,仍會以 utf8 編碼解析而產生亂碼。
在 IE 中使用 iframe 有可能發生無法輸入文字的情況
可考慮在使用後清除並移除 iframe 來避免此問題的發生