Giter VIP home page Giter VIP logo

Comments (4)

bugmakesprogress avatar bugmakesprogress commented on July 30, 2024

你可以将zhihu.py里的验证windows平台的代码删除 因为知乎编码本来就是utf-8
if platform.system() == 'Windows':
file_name = self.get_question().get_title() + "--" + self.get_author().get_user_id() + "的回答.txt".decode(
'utf-8').encode('gbk')
else:
file_name = self.get_question().get_title() + "--" + self.get_author().get_user_id() + "的回答.txt"
print file_name

直接改为 print file_name
注意搜索关键字是windows

能够输出文件名:
现实可以有多美好?--田浩的回答.txt

但是接下来的txt文档就打不开了:
IOError: [Errno 22] invalid mode ('wb') or filename: 'E:\workspace\zhihuhelper\zhihuhelper\text\xe7\x8e\xb0\xe5\xae\x9e\xe5\x8f\xaf\xe4\xbb\xa5\xe6\x9c\x89\xe5\xa4\x9a\xe7\xbe\x8e\xe5\xa5\xbd\xef\xbc\x9f--\xe7\x94\xb0\xe6\xb5\xa9\xe7\x9a\x84\xe5\x9b\x9e\xe7\xad\x94.txt'

from zhihu-python.

lxj0276 avatar lxj0276 commented on July 30, 2024

@bugmakesprogress 你这个是解码编码问题了。我的问题已经全部解决了~

from zhihu-python.

xxllp avatar xxllp commented on July 30, 2024

感觉有些代码可以重构下,至少设置个默认编码

from zhihu-python.

birdbaby avatar birdbaby commented on July 30, 2024

请问怎么解决的?

from zhihu-python.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.