<!DOCTYPE html>
<html>
<head>
  <title>会员专享</title>
  <script>
    function pswShow() {
      var show = true;
      // Code for showing the input field for password
      // ...
    }
<pre><code>function redirectToQQ() {
  window.location.href = 'http://qq.com';
}
</code></pre>
  </script>
</head>
<body>
  <h1>会员专享</h1>
  <script>
    var e = {
      pswShow: true
    };
    var attrs = {
      show: e.pswShow,
      confirmText: "关闭",
      title: "会员专享 请输入识别码"
    };

    if (attrs.show) {
      // Code for showing the password input field
      // ...
    }
  </script>
  <!-- Add a button for redirecting to qq.com -->
<p><button onclick="redirectToQQ()">购买</button></p>
</body>
</html

原文地址: https://www.cveoy.top/t/topic/iGYl 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录