$(function () { $(".back").click(function () { var origin = window.location.origin; window.location.href = origin + "/zx/index.html"; }) })