//搜藏本站
            $("#storeWeb").click(function() {

                var ctrl = (navigator.userAgent.toLowerCase()).indexOf('mac') != -1 ? 'Command/Cmd' : 'Ctrl';
                if (document.all) {
                    window.external.addFavorite(window.location, document.title);
                }
                else if (window.sidebar) {
                    window.sidebar.addPanel(document.title, window.location);
                }
                else {
                    alert('添加失败,请用Ctrl+D进行添加');
                }

            });

相关文章:

  • 2021-11-28
  • 2021-08-26
  • 2022-12-23
  • 2022-12-23
  • 2021-06-04
  • 2022-12-23
  • 2021-06-11
  • 2021-04-04
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-13
  • 2021-05-15
  • 2021-09-07
相关资源
相似解决方案