页面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'
页面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'

被折叠的 条评论
为什么被折叠?
