... var queryString = decodeURIComponent(window.location.search); ... window.open("page2.html" + queryString); } </script> </body> </html>
確定! 回上一頁