본문 바로가기

Node.js

Node.js ) Query

http://~~~~~~~~/?id=DDD&pw=ssss

id=DDD&pw=ssss 이 부분이 Query

 

<form action="/login" method="get">
    <input type="text" name="id">
    <input type="text" name=pw">
    <input type="submit" value="로그인">
</form>

 

위와 같은 로그인 html에서 input창에 내용을 입력하고 로그인버튼을 누르면

http://~~~~~~~~/?id=DDD&pw=ssss 쿼리로 받는다

반응형

'Node.js' 카테고리의 다른 글

Node.js ) 프라미스 / 어싱크 / 어웨이트  (0) 2024.09.25
Node.js ) 동기 / 비동기  (1) 2024.09.25
Node.js ) DBMS  (0) 2024.09.03
Node.js ) pug 설치  (0) 2024.09.03
Node.js ) static 폴더  (0) 2024.09.02