BeautifulSoup找到特殊字符的href

时间:2017-01-31 15:39:22

标签: python python-2.7 beautifulsoup

我尝试找到文字“next>”的链接像:

next = soup.find('a', href=True, text='next ›')
print next['href']

但是“>”我收到此错误:

SyntaxError: Non-ASCII character '\x9b'

如何解析特殊字符?

0 个答案:

没有答案