예제
<html> <head> <meta charset="utf-8"> </head> <body> <form action="http://localhost/hidden.php"> <input type="text" name="id"> <input type="hidden" name="hide" value="egoing"> <input type="submit"> </form> </body> </html>
<html> <head> <meta charset="utf-8"> </head> <body> <form action="http://localhost/hidden.php"> <input type="text" name="id"> <input type="hidden" name="hide" value="egoing"> <input type="submit"> </form> </body> </html>
egoing |
현재 버전 | |
---|---|
선택 버전 |