传递一个参数:
window.navigate("2.html?a="+参数)
传递两给参数:
window.navigate("2.html?a=" + 参数1 + "&b=" + 参数2)