Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
これが私のコードです:
import re import mechanize br = mechanize.Browser() br.open("http://www.douban.com/") print br.title()
訪問したのは中国のサイトなのですが、リターンタイトルが変な文字で、
どうすればこの問題を解決できますか?