BeautifulSoup(res.text, 'html.parser') selector = soup.select('.nav-previous')[0] print(comicelem.get('href')). This code returns 'None'.
確定! 回上一頁