摘要: ```python import os def check_code(url): sum = 0 s = os.walk(url) lock = 2 ppp = url for i, j, x in s: for p in x: url = f'{i}\\{p}' count = 0 ... 阅读全文
posted @ 2019-08-23 19:30 cheerxiong 阅读(134) 评论(0) 推荐(0)