常常發現python2方法在python3不一樣,以下只是我遇到的
【SimpleHTTPServer http.server】
Python 3 the module SimpleHTTPServer has been replaced by http.server, at least in Windows.
文章標籤
全站熱搜
部落格全站分類:
常常發現python2方法在python3不一樣,以下只是我遇到的
【SimpleHTTPServer http.server】
Python 3 the module SimpleHTTPServer has been replaced by http.server, at least in Windows.