<!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获取的参数在另一个页面使用呢?
添加回答
举报
0/150
提交
取消