Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有这样奇怪的字符串:
http://localhost:10012/user.aspx#.UPpCfl54stU
附加到我的 URL 的后面,并且只有当我在链接 A 页面以外的任何其他页面中单击链接 A 时才会发生,如果我在链接 A 页面上并单击链接 A(重新加载)它不会不会发生。任何人都知道这是什么以及如何摆脱它?
谢谢。
该字符串 99% 来自您在网站上使用的 Facebook 插件。
Facebook 在末尾添加该字符串,从 javascript 中读取它并做他所做的事情,也许会保留统计数据,也许还有其他事情。