update: 修复代码打印报错

deeplink
胡宇飞 2024-04-10 16:27:49 +08:00
parent dbd3ad14ab
commit b22018bd7c
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ namespace Guru
int idx = 0;
if (t == "i" || t == "d") idx = 1;
var v = p[1].Replace("\"", "").Replace("{", "").Replace("}", "").Substring(idx, p[i].Length - idx);
var v = p[1].Replace("\"", "").Replace("{", "").Replace("}", "").Substring(idx);
// 字符串解析