Loading

摘要: <?php error_reporting(0); //听说你很喜欢数学,不知道你是否爱它胜过爱flag if(!isset($_GET['c'])){ show_source(__FILE__); }else{ //例子 c=20-1 $content = $_GET['c']; if (strl 阅读全文
posted @ 2021-09-09 03:11 Aninock 阅读(529) 评论(0) 推荐(0)