我需要將註釋行放在一個txt文件中,您可以這樣做,如果可以的話我該怎麼辦?謝謝。在行之間插入文本file.txt
這是原始文件
<a href='http://example.com/text/text.txt'>text1</a><br/>
<a href='http://example.com/text/text.txt'>text2</a><br/>
<a href='http://example.com/text/text.txt'>text3</a><br/>
<a href='http://example.com/text/text.txt'>text4</a><br/>
<a href='http://example.com/text/text.txt'>text5</a><br/>
<a href='http://example.com/text/text.txt'>text6</a><br/>
<a href='http://example.com/text/text.txt'>text7</a><br/>
<a href='http://example.com/text/text.txt'>text8</a><br/>
<a href='http://example.com/text/text.txt'>text9</a><br/>
<a href='http://example.com/text/text.txt'>text10</a><br/>
<a href='http://example.com/text/text.txt'>text5</a><br/>
<a href='http://example.com/text/text.txt'>text6</a><br/>
我想提出字裏行間評論這樣
<a href='http://example.com/text/text.txt'>text1</a><br/>
<a href='http://example.com/text/text.txt'>text2</a><br/>
<a href='http://example.com/text/text.txt'>text3</a><br/>
Home text
<a href='http://example.com/text/text.txt'>text4</a><br/>
<a href='http://example.com/text/text.txt'>text5</a><br/>
<a href='http://example.com/text/text.txt'>text6</a><br/>
<a href='http://example.com/text/text.txt'>text7</a><br/>
Working text
<a href='http://example.com/text/text.txt'>text8</a><br/>
<a href='http://example.com/text/text.txt'>text9</a><br/>
<a href='http://example.com/text/text.txt'>text10</a><br/>
<a href='http://example.com/text/text.txt'>text5</a><br/>
<a href='http://example.com/text/text.txt'>text6</a><br/>
我會用java,c#或其他一些編程語言來改變文本文件。 – Sedrick
既然你已經用php標記了它:你看過文件函數嗎?您可以使用它將文件讀入數組,然後使用array_splice。當你完成後,你可以用數組內容替換文件的內容? – Araw
謝謝你的回答,我使用php,但是,仍然是非常不切實際的PHP,有人可以給我一些例子的幫助。謝謝 – George