query = form.find('input,select,textarea').serialize(); $.post(target,decodeURIComponent(query)).success(function(data){
/**code...**/
}
转载于:https://www.cnblogs.com/hgj123/p/4625761.html