摘要:
import requests import os import json url='https://pvp.qq.com/web201605/js/herolist.json' html=requests.get(url) html_json=html.json() B=list(map(lambda x:x['ename'],html_json)) N=list(map(lambda x:... 阅读全文
摘要:
is not null --查询不为空的数据(时间) is null --查询为空的数据(时间) datediff()函数 定义和用法 DATEDIFF() 函数返回两个日期之间的天数。 语法 DATEDIFF(datepart,startdate,enddate) startdate 和 endd 阅读全文