
批處理如何提取除7位數字之外所有字符最后由 rack 于 -10-24 11:55@echo offfindstr ^023.* a.txt >023重慶.txtfindstr ^010.* a.txt >010北京.txtfindstr ^020.* a.txt >020廣州.txtfindstr ^021.* a.txt >021上海.txtfindstr ^022.* a.txt >022天津.txt....我需在這個里面加一個“去掉除7位數字之外所有字符”如:010 1300045北京023 1300047重慶...我只要中間的7位數字的手機號碼段

