function serializeForm(form){
var obj = { };
$.each(form.serializeArray(),function(index){
if(obj[this['name']]){
obj[this['name']] = obj[this['name']] + ','+this['value'];
}else {
obj[this['name']] =this['value'];
}
});
return obj;
}
梵蒂冈之花
MYYA
狐的传说
随时随地看视频慕课网APP
相关分类