提交 cb43346c authored 作者: 钟是志's avatar 钟是志

测试环境

上级 2fedca2d
......@@ -157,6 +157,9 @@ export async function giveBase16EnCode(datas, url) { // 全局加解密函数.
for (let g of item.key) {
if(datas[g] && item.filterEmpty && item.filterEmpty.includes(g)){
// console.log(datas[g]);
console.log('%c加密数据压缩前字段' + g + '= ', 'color: red;');
console.log('%c'+ datas[g] , 'color: red;');
datas[g] = datas[g].replace(/\r/g, ' ').replace(/\t/g, ' ').replace(/\n/g, ' ').replace(/\s\s+/g, ' ');
console.log('%c加密数据压缩后字段' + g + '= ', 'color: orange;');
console.log('%c'+ datas[g] , 'color: orange;');
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论