js代碼如下var e = a.charCodeAt(t).toString(16);這一行不明白function encode_unicode_param(a) { for (var s = "", t = 0; t < a.length; t++) { var e = a.charCodeAt(t).toString(16); s += 2 == e.length ? "n" + e: e } return s}
js代碼轉python
婷婷同學_
2018-11-12 13:15:14