标签:
// Convert data if not already a string if ( s.data && s.processData && typeof s.data !== "string" ) { s.data = jQuery.param( s.data, s.traditional ); }
jquery send(data) 对data的处理
原文地址:http://www.cnblogs.com/chenxijywc/p/5377531.html