「 程序🛸技术 」📓Python 笔记💡Tips python 2023-08-18 Download PDF Python 启用 SimpleHTTPServer 12python -m SimpleHTTPServer [PORT] # Python2python -m http.server [PORT] # Python3 Tips: 运行目录即服务根目录。