Commit 5954f954 authored by wang's avatar wang

111

parent a0f35785
...@@ -44,7 +44,6 @@ function encodeStr(ax, key) { ...@@ -44,7 +44,6 @@ function encodeStr(ax, key) {
var w4 = JSON.stringify(ax, function (JY, ds) { var w4 = JSON.stringify(ax, function (JY, ds) {
return ds === undefined ? null : ds; return ds === undefined ? null : ds;
}); });
debugger;
var Tp = w4.replace(HN, BB); var Tp = w4.replace(HN, BB);
var K6 = []; var K6 = [];
var bW = 0; var bW = 0;
...@@ -1852,5 +1851,5 @@ function encodeStrp(ax, key) { ...@@ -1852,5 +1851,5 @@ function encodeStrp(ax, key) {
// "wKduAk/p1wj+uQ==": false // "wKduAk/p1wj+uQ==": false
// })) // }))
console.log(encodeStr252( // console.log(encodeStr252(
[])) // []))
\ No newline at end of file \ No newline at end of file
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