我正在尝试共享包含列表框的页面,当您点击它时,它会显示该框的内容。当我点击图标分享时,比如在Facebook上,我看到它正确地获取了网址:
https://www.facebook.com/sharer/sharer.php?u=http://localhost:50443/students/res-mock2.aspx#transferable-skills
但实际分享的链接是#transferable-skills
的一切我使用encodeURI()来编码主题标签。
有关可能导致此问题的建议吗?
答案 0 :(得分:1)
我使用encodeURI()来编码主题标签。
它不会对#标签进行编码。请改用encodeURIComponent
:
https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Flocalhost%3A50443%2Fstudents%2Fres-mock2.aspx%23transferable-skills