這是ajax用JQuery的寫法傳值:ajax
$.ajax({
type: 'post',
url: '/ExamineVideo/GetCheckList',
data: {
'exam_rec_id': exam_Rec_ID
},
success: function (clist) {
alert("Ajax傳值成功後的操做");
},ide
error:function(clist){post
alert("Ajax傳值失敗後的操做");url
}io
});function