... 'html.parser') # 取得第一篇blog (h3) print(soup.find('h3')) print(soup.h3) # 與上一行相等 # 取得第一篇blog 主標題(只取文字) ...
確定! 回上一頁