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;
}
本文地址:https://www.stayed.cn/item/24425
转载请注明出处。
本站部分内容来源于网络,如侵犯到您的权益,请 联系我