python服务器文件上传下载+GUI【tkinter】

python服务器文件上传下载+GUI【tkinter】 大概就是一个通过应用程序来和服务器打交道的这么一个,小东西 1.GUI 用的是tkinter 1 # -*- coding: UTF-8 -*- 2 from tkinter import * 3 import tkinter.filedialog 4 import requests 5 6 7 def Upload():
相关文章
相关标签/搜索