摘要: 日常学命令 //utf8编码 chcp 65001 //创建文件夹 mkdir file 或 md file //删除文件加 rmdir file 或 rd file //创建文件 //空文件 type nul>a.txt //非空文件 echo wenbao>a.txt //查看文件 type a 阅读全文
posted @ 2018-03-24 10:05 wenbao 阅读(123) 评论(0) 推荐(0)