Commit 76047632 authored by Medicean's avatar Medicean

更新jsp模版, 支持 tomcat 内存 webshell

parent 03c5cf92
...@@ -104,7 +104,6 @@ class JSP extends Base { ...@@ -104,7 +104,6 @@ class JSP extends Base {
let tagStr = tag.substr(2, tag.length - 3); let tagStr = tag.substr(2, tag.length - 3);
let tagArr = tagStr.split('::'); let tagArr = tagStr.split('::');
let func, retStr; let func, retStr;
console.log(formatter);
if ((tagArr.length > 0) && (func = formatter[tagArr[0]])) { if ((tagArr.length > 0) && (func = formatter[tagArr[0]])) {
// 如果包含有分割标签且该格式化函数存在,则调用该函数进行处理 // 如果包含有分割标签且该格式化函数存在,则调用该函数进行处理
retStr = func(argv[tagArr[1] || '']); retStr = func(argv[tagArr[1] || '']);
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
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