From 5954026236fda535923752eb17ff9c230a8b5fc6 Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Mon, 29 Jul 2024 15:46:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'SrcJyData.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SrcJyData.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SrcJyData.js b/SrcJyData.js index 69c8f77a..5983a6c6 100644 --- a/SrcJyData.js +++ b/SrcJyData.js @@ -1500,7 +1500,7 @@ function dealJson(html) { try { html = JSON.parse(html); } catch (e) { - //log("转换为json对象失败>"+e.message); + log("dealJson转换为对象失败>"+e.message); } return html; }