備忘錄_20160105(定位) 修改 回首頁

程式 2019-01-20 01:04:02 1547917442 100
搜尋指令備忘

搜尋指令備忘

<!doctype html>
<html>
  <head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  </head>
  <body>
    <button type=button" onclick="fa()">查詢</button>
    <script>
      function fa()
      {
        window.open("https://www.google.com/?#q=intext:彌陀 AROUND(16) 要解 site:tripitaka.cbeta.org","_blank");
        window.open("https://www.google.com/?#q=intext:彌陀 AROUND(16) 要解 site:www.minlun.org.tw","_blank");
        window.open("https://www.google.com/?#q=intext:彌陀 AROUND(16) 要解 site:tclotus.net","_blank");
      }
    </script>
  </body>
</html>