摘要: 后面的题目相对于之前的题目难度稍微提升了一些,所以对每道题进行单独的分析 27题 <?php if(!$_GET['id']) { header('Location: index.php?id=1'); exit(); } $id=$_GET['id']; $a=$_GET['a']; $b=$_G 阅读全文
posted @ 2020-07-15 16:43 春告鳥 阅读(393) 评论(0) 推荐(0) 编辑
摘要: 26 unserialize()序列化 <!-- 题目:http://web.jarvisoj.com:32768 --> <!-- index.php --> <?php require_once('shield.php'); $x = new Shield(); isset($_GET['cla 阅读全文
posted @ 2020-07-15 11:00 春告鳥 阅读(359) 评论(0) 推荐(0) 编辑