jquery $会和velocity $冲突,使用jQuery替代

jQuery.ajax({
  url: '$request.contextPath/OpponentBestSeller/index!opponent.action',
  dataType: 'json',
  success: function(data){alert(data);}
});

原文地址:https://www.cnblogs.com/lexus/p/2579263.html