启动服务python文档的HTTP服务器
Hujiuxiang
・1 分钟阅读
启动服务python文档的HTTP服务器
pydoc -p 8888 & gnome-open http://localhost:8888
我使用这个命令通过HTTP端口8888启动本地python文档服务器。