feat: 使用java运行js脚本,添加相关js

This commit is contained in:
Captain.B 2020-08-07 16:26:54 +08:00
parent 2013aafb86
commit fdda9b00b0
3 changed files with 7040 additions and 25 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -182,18 +182,3 @@ function handleSegment(str, index) {
args
};
}
// module.exports = {
// utils: stringHandles,
// PowerString,
// /**
// * 类似于 angularJs的 filter 功能
// * @params string
// * @params fn 处理参数值函数,默认是一个返回原有参数值函数
// *
// * @expamle
// * filter('string | substr: 1, 10 | md5 | concat: hello ')
// */
// filter: handleOriginStr
// };