Jquery ajax请求

$.ajax({
type: "POST",
url: renderUrl,
data: {
openId: this.openId,
},
success: function(data) {
_this.renderData = data;
}
});
原文地址:https://www.cnblogs.com/91allan/p/6114328.html