搜索

首页  >  问答  >  正文

javascript - 怎么将从一个页面获得的参数在另一个页面使用

<!DOCTYPE html>
<html>
<head>

<script src="http://apps.bdimg.com/libs/jquery/2.1.4/jquery.js">
</script>

<body>
<ul>

<li>Glen</li>

<li>Tane</li>

<li>John</li>

</ul>

<button>hit</button>
<script>

$("button").click(function(){
   var jet=$("ul li").length;
})

</script>
</body>

怎么将jet获取的参数在另一个页面使用呢?

女神的闺蜜爱上我女神的闺蜜爱上我2773 天前869

全部回复(2)我来回复

  • 伊谢尔伦

    伊谢尔伦2017-06-12 09:34:16

    雷雷

    回复
    0
  • 淡淡烟草味

    淡淡烟草味2017-06-12 09:34:16

    1.使用本地存储
    2.使用cookie
    3.将jet作为参数存起url里面,在另外页面获取jet参数

    回复
    0
  • 取消回复