jQuery,不用在意兼容性问题。
例如
$(function(){
$.ajax({
url:" ",
dataType:" ",
data:{},
success(function(data){
alert(data);
})
})
})