只要一句代码,可以实现设为首页,加入收藏的功能,并且通用其他网站,自动识别标题和链接,不用手动修改。但是只兼容ie浏览器。
<a href="#" onClick="this.style.behavior='url(#default#homepage)'; this.setHomePage(window.location.href);">设为首页</a> | <a href="#" onClick="window.external.addFavorite(window.location.href,document.title)">加入收藏</a>