首页 新闻 会员 周边
1
回答数

回答被采纳 【小白】PHP重定向到html并发送参数

重定向到php很简单,但是到html呢?除了用cookie还能用别的么?比如localStorage什么的 setcookie的 <?php $url = 'index.html'; header("
2
回答数

已解决问题 10 get发送的请求header('location:$url')不跳转

<script src = 'jquery.js'></script> <script> $(document).ready(function(){ $.get('index.php'); }) </