
批處理輸出到文件時怎么樣才能不換行
那樣的結果如下:喬1: ---------- 412.TXT: 4怎么樣才能得到以下形式的結果:喬1:4不換行nclick="copycode($('code0'));">復制代碼
- echo 喬1: >>test.txt
- find /c 喬1 412.txt >> test.txt

