python -m 命令
2020-01-02 本文已影响0人
崔天浩
python 2 开启http服务
python -m SimpleHTTPServer 8000
python3 开启http服务
python -m http.server 8888
序列化json
echo json | python -m json.tools
python 2 开启http服务
python -m SimpleHTTPServer 8000
python3 开启http服务
python -m http.server 8888
序列化json
echo json | python -m json.tools