发布时间:2022-08-09 文章分类:编程知识 投稿人:李佳 字号: 默认 | | 超大 打印
mimeType(added 1.5.1)String

A mime type to override the XHR mime type.

passwordString

A password to be used in response to an HTTP access authentication request.

processDataBoolean
Default: true

By default, data passed in to the data option as an object (technically, anything other than a string) will be processed and transformed into a query string, fitting to the default content-type "application/x-www-form-urlencoded". If you want to send a DOMDocument, or other non-processed data, set this option to false.