在HTTP Server 访问的根目录下只需执行一行命令就能搞定: 1 $ python -m ... 在Python3 中没有 SimpleHTTPServer ,而是直接使用 http.server 即可。
確定! 回上一頁