初始化时添加click方法

$(function () {
$("#btnback").click(function () {
window.location.href = "${ctx}/ship/shipInfoAdd";
});
})
原文地址:https://www.cnblogs.com/CESC4/p/7307253.html