摘要: 此题为正则表达式匹配,只实现两个字符的匹配,'*'和'.' '.' Matches any single character. '*' Matches zero or more of the preceding element. Some examples: isMatch("aa","a") → 阅读全文
posted @ 2016-01-27 15:16 酒仙桥吴彦祖 阅读(124) 评论(0) 推荐(0)