python创建本地服务

imawuya / 2023-09-12 / 原文

#Python 版本是 3.X
python -m http.server

#Python 版本是 2.X
python -m SimpleHTTPServer