请问这种是什么编码--- 送货上门用XMLHttpRequest取到的网页,responseText中是“”,直接用浏览器打开是“送
请问这种是什么编码--- 送货上门 = 送货上门
用XMLHttpRequest取到的网页,responseText中是“送货上门”,直接用浏览器打开是“送货上门”,这是个在js中要怎么翻译呢。。
[解决办法]
'送货上门'.charCodeAt(1)
[解决办法]
String.fromCharCode(36865)
