重定向到php很简单,但是到html呢?除了用cookie还能用别的么?比如localStorage什么的
setcookie的
<?php
$url = 'index.html';
header("location:$url");
setcookie('key','value',time()+3600);
?>
强迫症要求代码分离,混编看着难受!
location.search