摘要:
Getgdc函数discuz有一个超级变量的自定义函数:function getgpc($k, $type='GP') {$type = strtoupper($type);switch($type) {case 'G': $var = &$_GET; break;case 'P': $var = &$_POST; break;ca... 阅读全文
posted @ 2014-04-19 21:57
今夜太冷
阅读(1054)
评论(0)
推荐(0)