由 renwenyishuadmin 提交于 周三, 2018/06/13 - 03:38 分类 DOS 使用DOS语句“将某信息保存到某一文件中”的方法是:echo 信息 >> pass.txt 将"信息"保存到pass.txt文件中 。