假設我有已下列數據的文件:打印使用python
<td class="w"><a href="show.cgi?id=120012" title="[Title] @Blue: Session_TIMEOUT after 60033 ms">[Title] @Blue: Session_TIMEOUT after 60033 ms</a></td>'
<td class="w"><a href="show.cgi?id=120012" title="[Title] @Blue: Session_TIMEOUT after 60500 ms">[Title] @Blue: Session_TIMEOUT after 60033 ms</a></td>'
在該上面的字符串我怎樣才能retrive字符串標題後=「[標題] @藍色: Session_TIMEOUT在60033 ms之後「,對於HTML標籤下的兩行,並在下一行寫回字符串。
我想輸出是這樣的:
<td class="w"><a href="show.cgi?id=120012" title="[Title] @Blue: Session_TIMEOUT after 60033 ms">[Title] @Blue: Session_TIMEOUT after 60033 ms</a></td>'
@Blue: Session_TIMEOUT after 60033 ms
<td class="w"><a href="show.cgi?id=120012" title="[Title] @Blue: Session_TIMEOUT after 60500 ms">[Title] @Blue: Session_TIMEOUT after 60033 ms</a></td>'
@Blue: Session_TIMEOUT after 60500 ms
請幫我一樣的.... 預先感謝
提到這是真正使用充滿感激。但我還有一個問題,你再看看我的修改問題,在頁面的開始。 –