摘要: import pprint import requests as req from lxml import etree import json5 import pymysql session = req.session() session.trust_env = False def exe_sql( 阅读全文
posted @ 2023-05-10 19:29 __username 阅读(21) 评论(1) 推荐(1) 编辑
摘要: **sorted()** 函数对所有可迭代的对象进行排序操作。 > **sort 与 sorted 区别:** > > `sort 是应用在 list` 上的方法,`sorted 可以对所有可迭代的对象`进行排序操作。 > > list 的 sort 方法返回的是对已经存在的列表进行操作,无返回值, 阅读全文
posted @ 2023-05-10 11:10 __username 阅读(65) 评论(0) 推荐(0) 编辑

本文作者:DIVMonster

本文链接:https://www.cnblogs.com/guangzan/p/12886111.html

版权声明:本作品采用知识共享署名-非商业性使用-禁止演绎 2.5 中国大陆许可协议进行许可。