$.ajax({
url: '../app/source/addPassenger',
data: {
passenger_resource: JSON.stringify(passenger_resource),
},
dataType: 'json',
type: 'POST',
success: function (data) {
alert("添加成功!")
window.location.href = "select.html"
},
error: function () {
alert("提交失败");
}
})
森栏
慕田峪4524236
慕盖茨4494581
相关分类