jQuery.ajax({
url: '$request.contextPath/OpponentBestSeller/index!opponent.action',
dataType: 'json',
success: function(data){alert(data);}
});
欢迎分享,转载请注明来源:内存溢出
jQuery.ajax({
url: '$request.contextPath/OpponentBestSeller/index!opponent.action',
dataType: 'json',
success: function(data){alert(data);}
});
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)