$.ajax({
type:“post”,
url:"post.php",
async:true;
data:{name:"lisi"},
success:function(data){
console.log(data);
});