function GetUsername(){
$.ajax( {
type : "get",
url : "query.jsp?action=get_user_name",
dataType : "json",
success : function(data) {
showUsername(data);
},
error : function(XMLHttpRequest, textStatus, errorThrown) {
alert("获取用户名出现错误:"+errorThrown);
}
});
}
这个函数中的$.ajax是什么内容?我想去找一下教程但是都不知道应该搜什么才找的到这个函数,求帮忙~
慕村225694
慕虎7371278
相关分类