摘要:
一、Sunday 匹配机制匹配机制非常容易理解: 目标字符串 haystack,长度为len 模式串 needle,长度为len_pattern 当前查询索引 idx (初始为 0) 待匹配字符串 search= haystack.substring(idx, idx + len_pattern), 阅读全文
posted @ 2020-01-02 18:09
Jerryi224
阅读(494)
评论(0)
推荐(0)
浙公网安备 33010602011771号