就是提取span下的svg中的22这个数字,我提取的是空列表,想求一下代码该怎么写 用._element_by_xpath
收起
find_element_by_xpath('//span[@class="note-likes"]').text
报告相同问题?