echo hello >1.txt 创建1TXT内容为哈喽 echo hello > 1.txtecho world >>1.txt 创建叠加内容 复制代码
echo hello >1.txt 创建1TXT内容为哈喽 echo hello > 1.txtecho world >>1.txt 创建叠加内容