摘要:
pip install python-whois import whois print(whois.whois('baidu.com')) #输出有关baidu.com的所有域名 阅读全文
posted @ 2019-11-19 14:59
三冬三夏
阅读(610)
评论(0)
推荐(0)
摘要:
创建一个脚本 #!/bin/bash wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb dpkg -i /google-chrome-stable_current_amd64.deb apt- 阅读全文
posted @ 2019-11-19 13:23
三冬三夏
阅读(513)
评论(0)
推荐(0)