$arr = array('qq.html','baidu.html','so.html'); $page = ''; if(isset($_COOKIE['page'])){ $page = $_COOKIE['page']; }else{ $page = $arr[mt_rand(0,2)]; setcookie('page',$page,time()+86400); } echo file_get_content($page);
21,895
社区成员
140,350
社区内容
加载中
试试用AI创作助手写篇文章吧