获取 Facebook Sharer 的正确 URL 格式

发布于 2024-12-07 11:37:23 字数 753 浏览 1 评论 0原文

我需要使用 navigateToURL(new URLRequest(request), "_blank"); 格式化通过 AS3 传递给 Facebook Sharer 的 url。

传递的 url 有很多奇怪的字符。获得正确输出的最佳方法是什么?

这有效: http://www.facebook.com /sharer.php?u=www.somesiteurlthatdoesnotexist.com?title=这工作正常

这不起作用: http://www.facebook.com/sharer.php?u=www.somesiteurlthatdoesnotexist.com?title=Jag behöver fixa en url som funkar med åäl och &技术

I need to format a url passed to Facebook Sharer via AS3 using navigateToURL(new URLRequest(request), "_blank");.

The url that is passed has a lot of strange characters. What is the best way to get the correct output?

This works:
http://www.facebook.com/sharer.php?u=www.somesiteurlthatdoesnotexist.com?title=This works fine

This does not work:
http://www.facebook.com/sharer.php?u=www.somesiteurlthatdoesnotexist.com?title=Jag behöver fixa en url som funkar med åäl och & tecken

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

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

发布评论

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

评论(1

酸甜透明夹心 2024-12-14 11:37:23

试试这个:

escape("Jag behöver fixa en url som funkar med åäl och & tecken");

它应该使其“URL 编码”。

Try this:

escape("Jag behöver fixa en url som funkar med åäl och & tecken");

It should make it "URL encoded".

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