Rebol url 格式错误

发布于 2024-09-13 05:48:13 字数 281 浏览 4 评论 0原文

无法读取

http ://www.earnforex.com/blog/2010/08/forex-technical-analysis-for-week-0809%E2%80%940​​813/

如何对网址进行编码以便能够使用 rebol 读取它?

Cannot read

http://www.earnforex.com/blog/2010/08/forex-technical-analysis-for-week-0809%E2%80%940813/

how to encode the url to be able to read it with rebol ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

怪我入戏太深 2024-09-20 05:48:13

嗯,它对我有用:

print read to-url "http://www.earnforex.com/blog/2010/08/forex-technical-analysis-for-week-0809%E2%80%940813/"

Well, it works for me:

print read to-url "http://www.earnforex.com/blog/2010/08/forex-technical-analysis-for-week-0809%E2%80%940813/"
征棹 2024-09-20 05:48:13

Rebol 应该读取任何有效的 URL。也许是重定向、需要 cookie,或者您错过了其他一些要求?也许该网站会阻止爬虫并假设任何不是浏览器的东西都是浏览器?

Rebol should read any valid URL. Maybe it's redirecting, requires cookies, or some other requirement you've missed? Maybe the site blocks crawlers and assumes anything that isn't a browser is one?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文