update: 修复分隔符报错
parent
bc67eb6301
commit
3673e3c594
|
|
@ -430,7 +430,7 @@ namespace Guru.Editor
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
private static string[] GetStringArray(string line, int startIndex = 0, int length = 0, string spliter = "\t")
|
private static string[] GetStringArray(string line, int startIndex = 0, int length = 0, char spliter = '\t')
|
||||||
{
|
{
|
||||||
if (IsInvalidLine(line)) return null;
|
if (IsInvalidLine(line)) return null;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue