随笔分类 - Python
摘要:import requestsfrom html.parser import HTMLParserclass MyHtmlParser(HTMLParser): srclist = {} count = 0 def handle_starttag(self, tag, attrs)...
阅读全文
摘要:os.uname()Returns information identifying the current operating system. The return value is an object with five attributes:sysname- operating system n...
阅读全文

浙公网安备 33010602011771号