摘要: enum MatchFlag { MatchExactly = 0, MatchContains = 1, MatchStartsWith = 2, MatchEndsWith = 3, MatchRegExp = 4, MatchWildcard = 5, MatchFixedString = 8 阅读全文
posted @ 2020-10-14 16:03 朱小勇 阅读(187) 评论(0) 推荐(0) 编辑