Commit 384da076 authored by yzddmr6's avatar yzddmr6

Fix(Core/JSP_JS):修复参数随机前缀长度固定的问题

parent 2bebac7f
......@@ -103,7 +103,7 @@ class JSP_JS extends Base {
request.setCharacterEncoding(cs);
response.setCharacterEncoding(cs);
function decode(str) {
str = str.substr(2);
str = str.substr(#randomPrefix#);
var bt=Base64DecodeToByte(str);
return new java.lang.String(bt,cs);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment