摘要:
|||$value){$this->stopattack($key,$value,$this->getfilter);} foreach($_POST as $key=>$value){$this->stopattack($key,$value,$this->postfilter);} foreach($_COOKIE as $key=>$value){$this... 阅读全文
摘要:
var title = 'blog'; (function(title){ $.post(url, {}, function(data){ alert(title);//output single's blog, 我们期望的是输出 blog }) }(title)) title = "single' 阅读全文