第一个python程序
摘要:
import timeimport sysimport stompimport urllibdef getHtml(url): page = urllib.urlopen(url) html = page.read() return htmlclass MyListener(... 阅读全文
posted @ 2015-11-30 17:56 阳光2046 阅读(251) 评论(0) 推荐(0) 编辑
posted @ 2015-11-30 17:56 阳光2046 阅读(251) 评论(0) 推荐(0) 编辑