찾다

 >  Q&A  >  본문

laravel의 요청에서 get과 input 사이에 차이점이 있습니까?

으아악

여기서 get과 input을 사용하는 것 사이에 차이가 있나요?

phpcn_u1582phpcn_u15822789일 전382

모든 응답(1)나는 대답할 것이다

  • 某草草

    某草草2017-05-16 16:55:54

    달라요.

    배열을 가져오기 위해 입력을 살펴본 후 간단히 검색 작업을 수행했습니다.
    get에는 더 완전한 검색 메커니즘이 있으며 예외 발생 작업도 많이 있습니다.

    특정 LZ의 경우 소스 코드를 확인할 수 있습니다.
    입력 방법은 /vendor/laravel/framework/src/Illuminate/Http/Request.php#🎜🎜 # get 메소드는 /vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/ParameterBag.php/vendor/laravel/framework/src/Illuminate/Http/Request.php
    get方法在:/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/ParameterBag.php에 있습니다.

    PS, 현재 4.2

    이 있습니다.

    회신하다
    0
  • 취소회신하다