js中Unicode转码的详细解决方案
javascript脚本代码转换功能:
无功gb2312unicodeconverter = { {
ToUnicode:功能(STR){
回归(STR)逃跑。ToLocaleLowerCase(),更换( / % / GI '%s' U);
}
togb2312:功能(STR){
返回unescape(str.replace( / U / GI '%u'));
}
};
上海,Unicode;
document.write(STR +);
Unicode = gb2312unicodeconverter.tounicode(STR);
document.write(字符转换为Unicode编码的Unicode:+ +);
document.write('unicode代码转换为汉字:+ gb2312unicodeconverter.togb2312(Unicode));
这是一个很好的记录工具,你可以把它变成一个通用的编程工具,在需要的时候直接使用。