使用Python 搭配BeautifulSoup 套件,透過CSS Selectors (選擇器),來取得網頁上 ... 元素有某屬性: soup.select_one('i[name]') # <i name="NAME" ...
確定! 回上一頁