part1:编解码: 编码:var asii = escape("你好"); 解码:unescape(asii); 转载于:https://www.cnblogs.com/pecool/p/10544936.html