A頁面中傳遞了一個id到B頁面中,那么在B頁面中我應(yīng)該怎么接收這個值。//修改信息 function modifyMineInfo(id) { ShowDialog("/MineInfoManage/InputMineInfo?ID=" + id) } 查看完整描述