如何根據來自其他文件的值替換文件中的字符串。如何基於來自另一個文件的值替換文件中的字符串? (內部示例)
實施例,2檔 - 輸入,輸出
輸入:
12345 1
輸出:
(1,'a lot of text', 'some other info',0,null, 12345),
(2,'a lot of text', 'some other info',0,null, 12345),
(3,'a lot of text', 'some other info',0,null, 12345),
(4,'a lot of text', 'some other info',0,null, 12345),
(5,'a lot of text', 'some other info',0,null, 12345);
需要做:從文件 '輸入'
讀取值,並在文件'輸出'中將'12345'全部替換爲'1'。 感謝您的幫助提前
+1簡單易用 – GingerHead 2012-03-13 14:24:05