rust 读写文件
摘要:
代码: //#![windows_subsystem = "windows"] use std::{io::Read,io::Write}; use std::fs::{File, OpenOptions}; static _NETDISK:&str = "\\\\192.168.3.2\\共享文件 阅读全文
posted @ 2021-10-09 16:30 pu369com 阅读(201) 评论(0) 推荐(0) 编辑