How to climb the tabular data on CN-ABS website

1. Climb CN-ABS https://www.cn-abs.com/Deal/D.. I don"t know how to get this table data down. This table data is nested by div, not trtd

.

clipboard.png

2.

 

the white font is bold relative to yellow. What I want to do is to read all the text in the span a tag, but I don"t know how to read it. I thought id would find that their ID is different. Now it is stuck in select ("span.abs-col-8 abs-col-paddingx-10"). I have also tried to use select (" a") select ("span"), but there is a problem. Although span can read all the data, But those with span tags will be repeated twice, speechless

4. Ask the big god to give some advice, if possible, attach the code, really want to deduct the data of this form.


if the green font remains the same, it is recommended to remove all the html tags from the HTML code in the image, leaving only the text text;
using regularity or intercepting bit by bit. If you have all the data, you don't have to use the css selector to get it


.

you can use xpath to get two span under each DIV, and then perform a text acquisition
text test on span as follows

['test', '.pdf']
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b37157-2c04d.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b37157-2c04d.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?