javascript获得页面参数 window.location.href="book.html?Id="+bookId+"Uid="+Uid;本页面是index.html,想要跳转的页面是book.html,想从index.html跳到book.html,并把index.html里的两个值Id和Uid传到book.html,怎样在book.html中获得Id和Uid,不会呀,急!!!!
2012-03-23 16:40
提问者采纳
地址应该为"book.html?Id="+bookId+"&Uid="+Uid;需要添加&连接符
|
|
来自: java_laq小馆 > 《jquery》