Front-end-learning-to-organize-notes
Front-end-learning-to-organize-notes copied to clipboard
http请求中option主要是干什么的
https://developer.mozilla.org/zh-CN/docs/Web/HTTP/Methods/OPTIONS
查询服务器端支持的HTTP方法种类(幂等操作)
预请求,要区分开复杂请求和简单请求,是对接口的保护