<!DOCTYPE html>
<html>
<head>
   
</head>
<body>
    <p style="text-align:center;margin-top:10%;color:green;font-weight:bold;font-size:12px">正在加载中...</p>
    <script language="javascript" type="text/javascript">  
        var gui = require('nw.gui');      
        var win = gui.Window.get();
        win.maximize();
        var url = "http://www.baidu.com/";   
        win.show();
        setTimeout(function () {
            window.location.href = url;
        }, 1000);
    </script>
</body>
</html>

相关文章:

  • 2021-11-26
  • 2021-11-12
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-31
  • 2021-10-09
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-17
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案