python建本地web服务器

Python 2,一个人可以使用

   python -m SimpleHTTPServer

用Python 3,一个人可以使用

 python -m http.server

但任何其他web服务器将工作。

你可能感兴趣的:(HTML)