Python一行代码搞定的事情

时间:2023-03-08 21:41:34

python -m SimpleHTTPServer 8000

http://127.0.0.1:8000/

Python一行代码搞定的事情

有了这一行代码分享本地盘内容就不需要FTP了。

pydoc:Python文档工具

python -m pydoc -p 4567

Python RF帮助文档:

python -m robot.libdoc Selenium2Library Selenium2Library.html

相关文章