随笔分类 -  Python

摘要:import requestsfrom html.parser import HTMLParserclass MyHtmlParser(HTMLParser): srclist = {} count = 0 def handle_starttag(self, tag, attrs)... 阅读全文
posted @ 2015-02-13 15:10 yumuxu 阅读(1091) 评论(0) 推荐(0)
摘要:os.uname()Returns information identifying the current operating system. The return value is an object with five attributes:sysname- operating system n... 阅读全文
posted @ 2015-01-02 18:46 yumuxu 阅读(1225) 评论(0) 推荐(0)