As mentioned, improve your question and add a MRP
Based on the provided information you could loop the macthes:
reads = []
for item in soup.select('tr.sortableTable-row:nth-child(2) > td:nth-child(3) > span:nth-child(2)'):
rreads = item.get_text()
reads.append(rreads)
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…