/** * 页面跳转函数 * * @param * @author 编程之家 jb51.cc jb51.cc **/ function emDirect($directUrl) { header("Location: $directUrl"); exit; }