-1
嗨現在用美麗的湯歐元解壓到我們價值,這是我走到這一步:我如何提取美麗的值?
import requests
from bs4 import BeautifulSoup
def Euro_spider():
url = 'http://fx-rate.net/USD/'
source_code = requests.get(url)
plain_text = source_code.text
soup = BeautifulSoup(plain_text, "html.parser")
什麼,我要做什麼?
我很抱歉地說,你會趴下投票贊成這樣的問題。一般而言,您需要在發佈問題前展示您嘗試的內容。考慮谷歌搜索美麗的湯教程。 – Leon
我嘗試了很多東西。但是,現在我看到,我以前把.get_text()。 Alecxe感謝他。 – solidsnake