function addBookmark(title,url) {
if (window.sidebar) {
window.sidebar.addPanel(title, window.location.href,"");
} else if( document.all ) {
window.external.AddFavorite( window.location.href, title);
} else if( window.opera && window.print ) {
return true;
}

 

相关文章:

  • 2021-12-07
  • 2022-02-17
  • 2022-12-23
  • 2022-12-23
  • 2021-05-15
猜你喜欢
  • 2022-12-23
  • 2021-08-19
  • 2021-06-17
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案