基本流程: 1、需要的支持 1)python3用http模块下的子模块,即:http.server模块 2)将希望共享的文件放在c盘下,如:C:游戏行业面试专用 2、打开cmd,cd c:\python34 3、cd C: est 4、c:\python34python -m http.server 5、在网页中输入http://192.168.1.101:8000/
效果图:
6、可成功下载文件等 演示: Microsoft Windows [版本 10.0.10586] (c) 2016 Microsoft Corporation。保留所有权利。 C:UsersAdministrator>cd c:\python34 c:Python34>cd c:\test c: est>c:\python34python -m http.server Serving HTTP on 0.0.0.0 port 8000 ... 192.168.1.101 - - [02/Apr/2016 23:54:40] "GET / HTTP/1.1" 200 -