什么是 bitly='BITLY_PROCESSED'在 中标签?
当我在 Chrome 中使用 firebug 检查 facebook html 代码时,我发现了这个标签:
<a href="http://www.facebook.com/?ref=logo" title="Home" bitly="BITLY_PROCESSED"/>
什么是 bitly 属性?有人有主意吗?
:)
While i was inspecting facebook html code through with firebug in Chrome, i found this tag :
<a href="http://www.facebook.com/?ref=logo" title="Home" bitly="BITLY_PROCESSED"/>
What is the bitly attribute? Anyone has an idea?
:)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
它由 bit.ly 插件(也许还有其他一些插件)在检查链接时添加(请参阅 http:// /bit.ly/pages/tools 对此有更多内容)。如果您自己没有该插件,那么可能是其他人安装了该插件。
It gets added by the bit.ly plug-in (and perhaps some others) when it examines links (see http://bit.ly/pages/tools form more on that). If you don't have that plug-in yoruself, then it may be that someone somewhere along the line did.
bit.ly 提供带有实时链接跟踪的 URL 重定向服务,或者换句话说 URL 缩短器,所以我猜你已经安装了它的插件。
bit.ly offers URL redirection service with real-time link tracking, or in other words URL shortener, so I am guessing you have it's plugin installed.