
批處理如何替換掉特定字符串雙引號里的數(shù)字蛋痛,試試vbs吧
nclick="copycode($('code0'));">復(fù)制代碼
- Set FSO = CreateObject(scripting.FileSystemObject)
- Text = FSO.OpenTextFile(D:110998550.txt,1).ReadAll
- Str = Replace(Text,ab=16,ab=17)
- FSO.CreateTextFile(a.ini,True).Write Str

