简体   繁体   中英

tricky CSS selection ... after br

I have this piece of HTML code, I need to scrap via Css selection

<tr>
  <td>
     <a href="accessdatabase" data-linktype="relative-path">
      <img src="BLAH BLAH ">
        <br>
           <strong>NOT TO BE SELECTED</strong>
     </a>
  <br>TEXT TO BE SELECTED
</td>
</tr>

Any help will be welcome Please bare in mind that this is for web scrapping (aka:first-line will be of any help)

Thank YOU

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM