到目前为止尝试过 rvest
#Reading the HTML code from the website
webpage <- read_html(urlString)
#Using CSS selectors to scrap the section
tables <- webpage %>% html_node("tr") %>% html_text()
tables <- html_node(".fundtool_cat") %>% html_text()
我需要一个带有方案名称的数据框/表,以及提到的所有时期的排名和回报