form에 action attribute가 없는 경우 정보
기타 form에 action attribute가 없는 경우관련링크
본문
form에 action이 하나도 없는 경우
아래는 모두 같다
<form method="post">
<form action="" method="post">
<form action="self" method="post">
추천
0
0
댓글 0개