Fork me on GitHub
摘要: class Solution: def isValid(self,s): #第一步,if 判断传入为空的情况 if s == "": return True #第二步,if 判断当传入字符串个数为... 阅读全文
posted @ 2018-06-25 17:55 MisterZZL 阅读(165) 评论(0) 推荐(0) 编辑