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
本文标题:python -m 命令
本文链接:https://www.haomeiwen.com/subject/xeynoctx.html
网友评论