怎么样使用jquery的ajax在发送GET请求是带上entity-body?

XHR 发出 GET 请求,不支持发送 body 。client . send() Initiates the request. The optional argument provides the request body. The argument is ignored if request method is GET or HEAD. XMLHttpRequest StandardFetch 同理If either init\u0026#39;s body member is present and is non-null or inputBody is non-null, and request\u0026#39;s method is `GET` or `HEAD`, throw a TypeError.Fetch Standard


    推荐阅读