Go back to the top of the page after JS refresh

  window.location.href = location.href;

Method 1: $(window).scrollTop(0);

 Method 2: $('html ,body').animate({ scrollTop: -10 }, 300);

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324975180&siteId=291194637