jquery send(data) 对data的处理

// Convert data if not already a string
if ( s.data && s.processData && typeof s.data !== "string" ) {
    s.data = jQuery.param( s.data, s.traditional );
}
原文地址:https://www.cnblogs.com/chenxijywc/p/5377531.html