摘要: 有时需要将电脑上的文件传输到同WiFi下的手机上,可以使用python启动HTTP服务来快速访问 # python2 python -m SimpleHTTPServer # python3 默认端口 8000 python -m http.server # 指定IP和端口 python3 -m h 阅读全文
posted @ 2023-01-01 23:54 rustling 阅读(107) 评论(0) 推荐(0)