摘要: 不管是使用urllib.request.urlopen()方法,还是使用opener.open()方法,都返回同样类型的HTTPResponse对象,用法总结如下: # !/usr/bin/env python # -*- coding:utf-8 -*- from urllib import re 阅读全文
posted @ 2020-11-24 11:33 _titleInfo 阅读(3232) 评论(0) 推荐(0) 编辑
摘要: import urllib.request import urllib.parse import urllib.error import http.cookiejar url='http://bbs.chinaunix.net/member.php?mod=logging&action=login& 阅读全文
posted @ 2020-11-24 10:55 _titleInfo 阅读(885) 评论(0) 推荐(0) 编辑
//雪花飘落效果