javascript 跳转页面写法

点击菜单跳转(显示链接):

点击返回按钮js写法:

function back() {
			//window.location.href = "javascript:history.go(-1)";
			window.location.href = "/xldx/a/xldx/orderInfo/";
		}

猜你喜欢

转载自blog.csdn.net/l_degege/article/details/80402041