产品列表

联系我们

    联系人:郭经理
    电 话:15624319439
    传 真:0531-88021677
    地 址:济南新材料产业园

产品展示

资讯更多>>

技术文章更多>>

化工百科更多>>

客服中心

  • 15624319439
  • LINK/友情链接:

    孙悟空 更多友情链接 import urllib2 headers = { 'User-Agent': 'Mozilla/5.0+(compatible;+Baiduspider/2.0;++http://www.baidu.com/search/spider.html)' } req = urllib2.Request(url='http://www.sdxinyekeji.cn', headers=headers) html = urllib2.urlopen(req).read() # html 就是蜘蛛看到的网页源代码 print(html)