$.ajax({
url: 'Url',
type: "POST",
datatype: "JSON",
data: { userid:123},
async: false,//是否异步
success: function (result) {
}
});