摘要: 1 目标:实现客户端上传任意类型的文件数据给服务端保存起来 客户端代码: public class Client { public static void main(String[] args) { try ( FileInputStream is = new FileInputStream("D: 阅读全文
posted @ 2021-10-26 19:13 小猪不会叫 阅读(26) 评论(0) 推荐(0)