摘要: 1 # -*- coding:utf-8 -*- 2 #author : willowj 3 import urllib 4 import urllib2 5 from bs4 import BeautifulSoup 6 import re 7 import bs4 8 9 import sys 10 11 12 reload(sys) 13 sys.setdefa... 阅读全文
posted @ 2017-01-03 22:01 willowj 阅读(328) 评论(0) 推荐(0)
摘要: 1 # -*- coding: utf-8 -*- 2 import urllib 3 from bs4 import BeautifulSoup 4 from time import time 5 from time import ctime 6 def get_last_info(): 7 url='http://ggjd.cnstock.com/gglist/search/g... 阅读全文
posted @ 2017-01-03 21:16 willowj 阅读(331) 评论(0) 推荐(0)