CLI
1 |
$ python3 -m http.server <port no> |
1 |
$ python3 -m http.server 8080 |
非標準ポートのアクセスURL
1 |
http://192.168.0.128:<port no> |
1 |
http://192.168.0.128:8080 |
1 |
$ python3 -m http.server <port no> |
1 |
$ python3 -m http.server 8080 |
1 |
http://192.168.0.128:<port no> |
1 |
http://192.168.0.128:8080 |