node - webkit: 페이지 에 자신의 url 을 불 러 와 점프 를 실현 합 니 다.

3321 단어 urlnw-jsnode-webkt
준비 작업
  • nw. exe 같은 디 렉 터 리 에 index. html 와 package. json
  • 을 만 듭 니 다.
  • 아래 의 원본 코드 를 대응 하 는 파일 에 복사 합 니 다
  • index. html 와 package. json 을 zip 형식의 파일 로 포장
  • zip 파일 을 nw. exe 에 끌 어 다 놓 기
  • 소스 코드
    index.html
    <!DOCTYPE html>
    <html>
    <head>
            <!--                  -->
            <meta http-equiv="refresh" content="10">
            <!--              -->
            <meta http-equiv="refresh" content="5;url=http://www.cnblogs.com/aszx0413/articles/1886819.html">
    </head>
    <body>
    <p>fhafkdal</p>
    <a href="http://www.baidu.com"><input type="button">    </input></a>
    
    script  
    <script language="javascript" type="text/javascript"> //          window.location.href='http://www.baidu.com'; //          setTimeout("javascript:location.href='http://www.baidu.com'", 10); </script>
    </body>
    </html>
    package.json
    {
      "name": "url-goto",
      "main": "index.html" }

    해명 하 다.

    좋은 웹페이지 즐겨찾기