用XMLHttpRequest取到的网页,responseText中是“送货上门”,直接用浏览器打开是“送货上门”,这是个在js中要怎么翻译呢。。
------解决方案--------------------
'送货上门'.charCodeAt(1)
------解决方案--------------------
String.fromCharCode(36865)
'送货上门'.charCodeAt(1)
String.fromCharCode(36865)