合规国际互联网加速 OSASE为企业客户提供高速稳定SD-WAN国际加速解决方案。 广告
~~~ <!DOCTYPE html> <html> <head> <title>302 Redirect Example</title> </head> <body> <p>Click the button to trigger a 302 redirect:</p> <button id="redirectButton">Trigger 302 Redirect</button> <script> document.getElementById("redirectButton").addEventListener("click", function () { // 发起GET请求到服务器的/redirect路径 window.location.href = "http://localhost:8080/redirect"; }); </script> </body> </html> ~~~