PHP で表单データを取得 頭> 用户名: 秘密: 表> から> if($_POST["submit"]=="登录") { echo "您输入的用户名:".$_POST[user]; echo "密码:".$_POST[pwd]; } else { echo "エラー"; } ?>