匹配以str开头的 s => s.XianWID.StartsWith(str) 匹配以str结尾的 s => s.XianWID.EndsWith(str) 匹配包含str的 s => s.XianWID.Contains(str)
如: