js一次獲取整個表單的數據

KaTeX parse error: Expected '}', got 'EOF' at end of input: …lUrl, data:(’#yourformid’).serialize(),// 你的formid
async: false,
error: function(request) {
alert(“Connection error”);
},
success: function(data) {
$("#commonLayout_appcreshi").parent().html(data);
}
});

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章