AJAX Post请求中常用的两种传参数的形式:form data 和 request payload 如果一个请求的Content-Type设置为application/x-www-form-urlencoded,那么这个Post请求会被认为是Http Post表单...