摘要:
不管是使用urllib.request.urlopen()方法,还是使用opener.open()方法,都返回同样类型的HTTPResponse对象,用法总结如下: # !/usr/bin/env python # -*- coding:utf-8 -*- from urllib import re 阅读全文
摘要:
import urllib.request import urllib.parse import urllib.error import http.cookiejar url='http://bbs.chinaunix.net/member.php?mod=logging&action=login& 阅读全文