Python erstellt schnell einen HTTP-Server

Schnellstart des HTTP-Dienstes

//python2
python -m SimpleHTTPServer 8080
//python3
python -m http.server 9999

Supongo que te gusta

Origin blog.csdn.net/jinba225/article/details/118024656
Recomendado
Clasificación