python,使用一行命令启动http server

python -m SimpleHTTPServer  

默认端口 8000
指定端口

python -m SimpleHTTPServer 888  

Grizzly

Never say never!