F12给了提示
$cat=$_GET['cat']; echo $cat; if($cat=='dog'){ echo 'Syc{cat_cat_cat_cat}'; }
GET提交?cat=dog
?cat=dog
最后更新于3年前