摘要: 1 #include"iostream" 2 using namespace std; 3 4 bool MatchCore(char*str,char* pattern); 5 6 bool Match(char* str,char* pattern) 7 { 8 if(str==nullptr| 阅读全文
posted @ 2019-02-21 09:06 Run_For_Love 阅读(560) 评论(0) 推荐(0) 编辑