·

直接一个命令起一个文件 web 服务多简单

python2: python -m SimpleHTTPServer

python3: python -m http.server

node: http-server .