$v) { if (is_string($v)) { $array[$k] = stripslashes($v); } else if (is_array($v)) { $array[$k] = stripslashesrecursive($v); } } return $array; } $_get = stripslashesrecursive($_get); $_post = stripslashesrecursive($_post);}?>
复制代码