摘要: // 源码 <?php error_reporting(0); if(isset($_GET['code'])){ $code=$_GET['code']; if(strlen($code)>40){ die("This is too Long."); } if(preg_match("/[A-Za 阅读全文
posted @ 2022-03-27 16:49 NwN 阅读(119) 评论(1) 推荐(0)