fe-interview
                                
                                
                                
                                    fe-interview copied to clipboard
                            
                            
                            
                        [js] 第179天 js如何把网页加入收藏夹功能?
第179天 js如何把网页加入收藏夹功能?
var title = document.title;
 var URL = document.URL;
window.external.addFavorite(url, title);
                                    
                                    
                                    
                                
ie下使用addFavorite,firefox使用bookmarks;Opera,Google Chrome和Safari不提供此功能;
ie下使用addFavorite,firefox使用bookmarks;Opera,Google Chrome和Safari不提供此功能;