只要一句代碼,可以實(shí)現(xiàn)設(shè)為首頁(yè),加入收藏的功能,并且通用其他網(wǎng)站,自動(dòng)識(shí)別標(biāo)題和鏈接,不用手動(dòng)修改。但是只兼容ie瀏覽器。
<a href="#" onClick="this.style.behavior='url(#default#homepage)'; this.setHomePage(window.location.href);">設(shè)為首頁(yè)</a> | <a href="#" onClick="window.external.addFavorite(window.location.href,document.title)">加入收藏</a>