看到这个问题,使用 js:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
<樱尺a href="御帆javascript:" flag="包邮">包邮</a>镇颂雹
<script type="text/javascript" src="http://static.takungpao.com/js/jquery.1.9.min.js"></script>
<script type="text/javascript">
$(function(){
var win_href=window.location.href,go_href,temp_zf
$("a").each(function(){
$(this).bind("click",function(){
var temp_text=$(this).attr("flag")
win_href.indexOf("?")>0?temp_zf="&":temp_zf="?"
go_href=win_href+temp_zf+temp_text
window.location.href=go_hrefreturn
})
})
})
</script>
</body>
</html>
<a href='a.php?id=2'>点击</a>这样就把 id 传递悄坦纯给 a.php 了信毁
a.php 接收参数启咐
<?php
$id = $_GET['id']
?>
<?phpif($_GET["mobile"]==1){
setcookie("mobile",1)
}
//要制作跳转页的时候
if($_COOKIE["mobile"]==1){
$param="?mobile=1"
}else{
$param="?mobile=0"
}
header("Location:/"+$param)
echo '<a href=/'.$param.'>redirect</a>'
?>
你干脆存在Cookie里面好了渣猛举知型
setcookie
不然就如碧session
这两个办法可以完美解决
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)