update: 修复代码打印报错
parent
dbd3ad14ab
commit
b22018bd7c
|
|
@ -109,7 +109,7 @@ namespace Guru
|
||||||
|
|
||||||
int idx = 0;
|
int idx = 0;
|
||||||
if (t == "i" || t == "d") idx = 1;
|
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);
|
||||||
|
|
||||||
|
|
||||||
// 字符串解析
|
// 字符串解析
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue