Exception:解析表达式出错。 内部错误:索引和长度必须引用该字符串内的位置。 参数名: length 原始表达式:if({text}.Length>0) {return {省_列}.Where(x=>x.StartsWith({text}.Substring(0,2))).ToList();} else{ return {省_列}; }