摘要:
UsageStatsUsageStats是在指定时间区间内某个应用使用统计数据的封装类。包含的公开方法及对应的作用如下: 方法 用途getFirstTimeStamp() 获取指定时间区间内应用第一次使用时间戳getLastTimeStamp() 获取指定时间区间内应用最后一次使用时间戳getLas 阅读全文
posted @ 2022-04-19 14:44
stdxxd
阅读(1407)
评论(0)
推荐(0)
摘要:
import requests from lxml import html url='https://movie.douban.com/' #需要爬数据的网址 page=requests.Session().get(url) tree=html.fromstring(page.text) resul 阅读全文
posted @ 2022-04-19 14:41
stdxxd
阅读(2774)
评论(0)
推荐(0)

浙公网安备 33010602011771号