01 python 常用方式 python 常用命令¶ 1、python 临时起一个服务端 $ python2 -m SimpleHTTPServer 8888 $ python3 -m http.server 8888