明树Git Lab

Commit 5b1d9b19 authored by zfp1's avatar zfp1

update

parent 093d8831
...@@ -92,7 +92,7 @@ function genInsertObj(gbkString, deviceNumber) { ...@@ -92,7 +92,7 @@ function genInsertObj(gbkString, deviceNumber) {
if (!element.endsWith('}')) { if (!element.endsWith('}')) {
console.log(2, "--") console.log(2, "--")
let nStr = element.substring(0, element.length - 2); let nStr = element.substring(0, element.length - 2);
console.log(3, "--", nStr, "======") console.log(3, "--", element, nStr, "======", element === nStr)
arr.push(nStr) arr.push(nStr)
} else { } else {
......
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