Use python2 -m SimpleHTTPServer 80. or python3 -m http.server 80. to start a simple HTTP server. Replace 80 with another number if you want ...
確定! 回上一頁