0%

SimpleHTTPServer http web服务

1
python -m SimpleHTTPServer 8000
1
python -m SimpleHTTPServer 8000 &
1
nohup python -m SimpleHTTPServer 8000 &