获得web页面信息,获得web页面,import sys,
获得web页面信息,获得web页面,import sys,
import sys, urllib2req = urllib2.Request(sys.argv[1])fd = urllib2.urlopen(req)print 'Retrieved', fd.geturl()info = fd.info()for key, value in info.items(): print '%s = %s' % (key, value)
相关内容
- 获得web页面信息,获得web页面,import sys,
- 获得进程的执行路径和import path,importpath,import os, s
- Python获得系统属性和系统时间,python获得系统属性,im
- python继承父类示例,python继承示例,import mathc
- python获得进程号和进程的参数信息,python获得进程参数
- Inherited method,inheritedmethod,class FirstC
- Use Inheritance to add more features to a class,,class Car :
- Python模拟http get,python模拟get,import sys,
- python中使用__class__, __bases__ and __dict__,__class____bases_,
- 使用类示例,类示例,#Just preten
评论关闭