0

我如何通过 href 链接传递值并在该 href 链接页面中获取该值。这是我正在使用的代码

 var namee="samplename";
 $(location).attr('href','/home.html?names='+namee);

在我的home page如何获得价值name

4

0 回答 0