本例子結合layer.open使用
HTML代碼
onclick="return stulist(167,25);"
JS代碼
<script type="text/javascript"> function stulist(id,ban){ layer.open({ type: 2, title: 'layer mobile頁', shadeClose: true, shade: 0.8, area: ['800px', '90%'], content: "http://127.0.0.1/again/index.php?s=/Index/userstudentlist/id/"+id+"/ban/"+ban+"" }); } </script>
實際網址 http://127.0.0.1/again/index.php?s=/Index/userstudentlist/id/167/ban/25
后台代碼
模板