摘要:
``` #!/usr/bin/python # -*- coding: utf-8 -*- #encoding=utf-8 #Filename:urllib2-header.py import re import urllib2 import sys url= "http://www.jb51.net" send_headers = { 'Host':'www.jb51.net', '... 阅读全文
摘要:
```
#!/usr/bin/python
# -*- coding: utf-8 -*-
#encoding=utf-8
#Filename:urllib2-header.py import urllib2
import sys url= "http://www.jb51.net"
send_headers = { 'Host':'www.jb51.net', 'User-Ag... 阅读全文