$.ajax({
type: 'GET',
url: 'dizhi',
dataType: "json",
success: function (data) {
console.log(data)
}
});
$.ajax({
type: 'GET',
url: 'dizhi',
dataType: "json",
success: function (data) {
console.log(data)
}
});
转载于:https://my.oschina.net/ChinaKingM/blog/2251239