- 博客(3)
- 收藏
- 关注
原创 JS获取页面高度
body_height = driver.execute_script("var a = document.body.scrollHeight;return a;") print("当前整个html页面的body-高度:", body_height)
2021-08-16 19:07:38 2718
原创 Python格式化输出时间
import time print(time.strftime('%Y-%m-%d %H:%M:%S', time.localtime())) print(time.strftime("%m_%d", time.localtime())) 结果: 2021-08-12 11:37:41 08-12
2021-08-12 11:38:04 326
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人