随笔分类 -  python

摘要:安装builtwith pip install builtwith 导入builtwith import builtwith 例子 builtwith.parse("http://example.webscraping.com") 使用变量 网站所有者 安装whois 导入whois 使用whois 阅读全文
posted @ 2021-08-03 11:20 莫名924 阅读(61) 评论(0) 推荐(0)
摘要:1.导入os模块 import os 2.打印路径 print(os.getcwd()) 3.切换工作目录 os.chdir('d:\\360安全浏览器下载') 4.列出当前路径下的所有文件 os.listdir() 阅读全文
posted @ 2020-03-20 16:27 莫名924 阅读(841) 评论(0) 推荐(0)