<form method="post" action="" target="_blank">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title> target_blank.php </title> <meta charset="UTF-8"> <meta name="Author" content=""> <meta name="Keywords" content=""> <meta name="Description" content=""> </head> <body> <form method="post" action="" target="_blank"> <input type="hidden" name="ttt" value="yyy"> <input type="submit"> </form> <?php var_dump($_POST); ?> </body> </html>

浙公网安备 33010602011771号