intdex.php
one.php
<?phpecho $_POST["username"];?>
这个接受正常 , 可是我如果改动了 name="username" 就不行了
例如 name="xxx" echo $_POST['xxx'];