How to click the back button to return to the previous page in Java

history.back(-1)
history.go(-1)
history.back()
client label uses onclick="histroy.go(-1)", others are similar.
The server-side control should have OnClientClick="history.go(-1)" similar to OnClientClick;
the trigger events of the client-side and server-side controls are slightly different.

Guess you like

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