# 简易服务器 python3 -m http.server 8000 # json 格式化 echo '{"name": "lucy", "age": "18"}' | python3 -m json.tool