摘要: ?phprequire_once 'showErrMsg.php';$_action = (isset($_REQUEST['action'])?$_REQUEST['action']:"");if($_action!=null&&$_action!=''){if(function_exists($_action)){eval("$_action();");}else{die(showErrMsg ( "br当前php文件中不存在方法[b".$_action."()/b]。"));}}??phpfunction showErrMsg($strMsg){return "fon 阅读全文
posted @ 2008-12-17 17:23 ljlxyf 阅读(392) 评论(0) 推荐(0)