var d = {};
var t = $('form').serializeArray();
t.forEach(function(item, index){
d[item.name] = item.value;
});
$.post("a.php",d,function(result){
layer.alert(result,function () {
location.reload();
});
Copyright © 2009-2022 www.kswsj.com 成都快上网科技有限公司 版权所有 蜀ICP备19037934号