📅  最后修改于: 2022-03-11 15:01:39.092000             🧑  作者: Mango
$.ajax({
context: this,
type: 'post',
url: '',
data: 'action='+$action+'&user_id='+$user_id,
success: function(response){
//can access this now!
}
});