Tornado基本操作命令
后台运行:
python hello.py --port 8000
操作系统访问网页
curl http://localhost:8000/
curl http://localhost:8000?greeting=Salutations
后台运行:
python hello.py --port 8000
操作系统访问网页
curl http://localhost:8000/
curl http://localhost:8000?greeting=Salutations