当前地址
接口地址
Api方法
AJAX
FORM
FETCH
BEACON
请求方法
POST
GET
Form打开位置
当前页面iframe
新页面
Form编码
默认
application/x-www-form-urlencoded
multipart/form-data
text/plain
Content-Type
默认
application/x-www-form-urlencoded
multipart/form-data
text/plain;charset=UTF-8
响应类型
默认
json
text
document
arrayBuffer
blob
跨域授权
withCredentials
Fetch请求模式
默认
cors
no-cors
same-origin
navigate
Fetch处理方法
text
json
blob
FormData
arrayBuffer
数据内容
使用键值对
使用FormData
使用文本
使用blob
请求头
添加请求头
请求数据
添加数据
添加数据
添加文件
提交
清空结果
响应信息
返回结果
复制
格式化为JSON
缩进量
1
2
3
4
5
6
引号
显示控制
展开
叠起
2级
3级
4级
5级
6级
7级
8级
IFrame页面