带有百分号的编码字符串
在我的抓取项目中,我遇到了一个包含以下形式的字符串的数据点,
string = "d%61b%69a%5f%62%65%79@yaho%6f.fr"
target_string = [email protected]
我应该对错误编码的字符串进行什么编码更改?如何正确刮掉这些断弦呢?
谢谢
In my scraping project I encountered a data point containing a string in the following form
string = "d%61b%69a%5f%62%65%79@yaho%6f.fr"
target_string = [email protected]
What encoding change should I do to wrongly encoded strings? How can I scrape these broken strings correctly?
Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你需要 urllib 取消引用
you need urllib unquote