格式:python -m SimpleHTTPServer port
如:监听8077端口,可以
python -m SimpleHTTPServer 8077
或 python3 -m http.server 8077
没错,就这一行,对于临时启个http服务供享文件还是非常方便的