HTML 에서 폼 전송은 다음과 같이 나타내고 method=GET 또는 POST 로 전송할 수 있습니다. <form action="form_recv" method="post"> <p>이름 <input type ...
確定! 回上一頁