posted @ 2022-03-05 01:50
随笔分类 - Python
使用PyCharm Community Edition 2019.3.3 x64
摘要:以上加密(无空格),以下解密(有空格)
阅读全文
posted @ 2022-02-13 00:54
摘要:1 # 请求网页我使用的是requests库,最开始我试探性的直接使用get函数请求网页内容,请求代码如下: 2 3 # import requests 4 5 # url0 = 'https://movie.douban.com/top250?start=' 6 # url1 = 0 7 # ur
阅读全文
posted @ 2022-02-12 23:49
摘要:1 # = 学习网址:http://c.biancheng.net/view/2011.html 2 3 4 # 5 # import requests # = 导入requests包,加载 requests 库 6 # # = 没有需要安装,File>settings...>Project Int
阅读全文
posted @ 2022-02-12 23:48
摘要:python窗口利用
阅读全文
posted @ 2022-02-12 23:46
摘要:判断异常函数,自定义函数,类继承,列表,字符串,字典
阅读全文
posted @ 2022-02-12 23:41