Python -爬蟲3-抓取網站標籤、文字 ... print(soup.h3.a.text)# 與上一行相等 print(soup.h3.a.string) if __name__ == '__main__': main().
確定! 回上一頁