摘要: 简单的字符串判断,水题开启新一天。class Solution(object): def findAndReplacePattern(self, words, pattern): """ :type words: List[str] :type pattern: str :rtype: List[str] """ ... 阅读全文
posted @ 2019-03-14 09:27 miuc 阅读(104) 评论(0) 推荐(0) 编辑