How do you get a number (int) from a website using mechanical soup?

后端 未结 0 1471
逝去的感伤
逝去的感伤 2020-12-01 08:01

find the currency from the website

foreign_num = website.soup.find_all(\'div\', class_=\'converterresult-toAmount\') print(foreign_num)

相关标签:
回答
  • 消灭零回复
提交回复
热议问题