12 2018 档案
BAT:文件中替换字符(保留空格和换行)
摘要:1 @echo off 2 rem CMD:"color --help" 3 :: setting color:back white,content blue 4 color f9 5 6 ::old string and replace string 7 set old_str=ip 8 set new_str=#ip 9 10 :FILE 11 set "souerce...
阅读全文