限时免费试用:欢迎注册 api.bigmodel.org ,快速体验大模型 API 接入服务。

PHP高级

类库 | 自动跳转的类

class { public function redirect($msg, $url=null) { if(empty($url)){ echo "alert('$msg')"; echo "history.back()";die; }else{ echo "alert('$msg')"; echo "location.href ='$url'";die;

作者
王明昌
发布时间
最后更新
class
{
 public function redirect($msg, $url=null)
    {
        if(empty($url)){
            echo "";
            echo "";die;
        }else{
            echo "";
            echo "";die;
        }
    }
}
0/500
友善分享您的看法。
反馈邮箱