<!--  收藏文件  -->
    <script type="text/javascript">
        function AddToFavorite() {
            if (document.all) {
                window.external.addFavorite(document.URL, document.title);
            } else if (window.sidebar) {
                window.sidebar.addPanel(document.title, document.URL, "");
            }
        }  
    </script>

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-06-08
  • 2022-12-23
  • 2022-01-12
  • 2021-07-19
  • 2021-09-07
  • 2022-02-10
猜你喜欢
  • 2021-12-20
  • 2021-08-31
  • 2021-07-29
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案