Try SimpleHTTPServer: python -m SimpleHTTPServer # or the Python 3 equivalent python3 -m http.server. It should will serve whatever's in the CWD (e.g. ...
確定! 回上一頁