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