Searched refs:tansStr (Results 1 – 2 of 2) sorted by relevance
140 let tansStr: string; variable142 tansStr = str.replace(/[\t\r\n]/g, '');143 parse = JSON.parse(tansStr);146 tansStr = tansStr!.replace(/[^\x20-\x7E]/g, '?'); //匹配乱码字 符,将其转换为?147 parse = JSON.parse(tansStr);149 tansStr = tansStr!.replace(/\\/g, '\\\\');
400 parse = JSON.parse(tansStr);