求助:把下面的1.txt文本(有很多行)内容去掉" ,路径和后缀(.txt)在]后加上一个空格,保存为2.txt
1.txt
[11]"C:\jjbxb\dd\bd0.txt"
[14]"C:\jjbx\dd1\hh.txt"
[0]"C:\jbxb\d\op.txt"
[116]"d:\xb\m\kj.txt"
[00]"f:\dd\ed\yy.txt"
。。。。。。
2.txt
[11] bd0
[14] hh
[0] op
[116] kj
[00] yy
。。。。。。
1.txt
[11]"C:\jjbxb\dd\bd0.txt"
[14]"C:\jjbx\dd1\hh.txt"
[0]"C:\jbxb\d\op.txt"
[116]"d:\xb\m\kj.txt"
[00]"f:\dd\ed\yy.txt"
。。。。。。
2.txt
[11] bd0
[14] hh
[0] op
[116] kj
[00] yy
。。。。。。
