欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

a链接后拼接多个参数

程序员文章站 2022-03-10 21:56:14
...

页面url后拼接参数 

<a href="index.html?type=14&page=1&count=10"></a>

js中url后拼接参数

var p=1
window.location.href="index.html?page="+p+'&count=10'+'&type=14'