zl程序教程

您现在的位置是:首页 >  其它

当前栏目

Content type 'application/x-www-form-urlencoded;charset=UTF-8' not supported

not &# 39 type application Form supported content
2023-09-14 08:57:47 时间

Content type 'application/x-www-form-urlencoded;charset=UTF-8' not supported告诉你,你的请求头是application/x-www-form-urlencoded;charset=UTF-8这种类型,但是不支持这种类型,需要你设置其他的请求头类型比如:headers={'content-type':'application/json'}。注意:很可能是你未设置请求头才接收此提示信息。