savetonotherfile.write(
openfileagain.read().replace(
"b'<HTML>\n<HEAD>\n<TITLE> Euro Millions Winning Numbers</TITLE>\n<BODY>\n<PRE> Euro Millions Winning Numbers\n\nNo., Day,DD,MMM,YYYY, N1,N2,N3,N4,N5,L1,L2, Jackpot, Wins\n",
'').replace(
"\n<HR><B>All lotteries below have exceeded the 180 days expiry date</B><HR>No., Day,DD,MMM,YYYY, N1,N2,N3,N4,N5,L1,L2, Jackpot, Wins\n",
'').replace(
"\n\nThis page shows all the draws that used any machine and any ball set in any year.\n\nData obtained from http://lottery.merseyworld.com/Euro/\n</PRE>\n</BODY></HTML>\n'",
''))
我想使用上述行來刪除格式 b'<HTML>\n<HEAD>\n<TITLE> Euro Millions Winning Numbers</TITLE>\n<BODY>\n<PRE> Euro Millions Winning Numbers\n\nNo., Day,DD,MMM,YYYY, N1,N2,N3,N4,N5,L1,L2, Jackpot, Wins\n562, Fri, 8,Feb,2013, 09,11,14,34,44,10,11, 27886637, 0\n561, Tue, 5,Feb,2013, 06,25,31,40,45,06,07, 19070109, 0\n560, Fri, 1,Feb,2013, ...
一些文字刪除,更多的數字,一些文字來刪除一個文本文件中的文本複雜的文本文件。 .replace()
沒有做任何事情,或者至少寫入寫入文件的內容與讀取文件相同。我做錯了什麼?我還想在日期之後刪除長整數和隨後的文本,直到逗號,但甚至沒有開始這個障礙,因爲我甚至無法完成最簡單的事情!解析
有很多解析xml和html的模塊。幫你一個忙,並使用其中一個...... – StoryTeller 2013-02-11 14:51:13