python 快速开启http服务

python -c "import SimpleHTTPServer as s; s.test();" 8000

方便传文件

猜你喜欢

转载自www.cnblogs.com/stdpain/p/12752348.html
今日推荐