HtmlCleaner 返回“???”解析非英语网站时
当我尝试解析 Google 或 Apple 与 HtmlCleaner 一切顺利。 但是当我尝试解析中文网站时,文本看起来像这样“???”。
是什么原因导致这个问题以及如何解决它?
When I try to parse websites like Google or Apple with HtmlCleaner everything goes fine.
But when I try to parse a Chinese web site the text looks like this "???".
What causes this problem and how do I solve it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
字符编码问题。在对内容进行任何操作之前,您需要根据内容设置编码。
character encoding issue.You need to set the encoding based on the contents before doing anything on content.