代码如下:
function serializeobject(form){
var o ={};
$.each(form.serializearray(),function(index){
if(o[this['name']]){
o[this['name']] = o[this['name']] +,+this['value'];
}else{
o[this['name']] = this['value'];
}
});
return o;
}
中国足彩网信息请查看IT技术专栏
2025国考·省考课程试听报名