http-doc-搭建 Posted on 2021-10-07 Edited on 2023-05-21 python搭建http12345# pythonpython -m SimpleHTTPServer 8000# python3python -m http.server 8000