showmessage()?呢
自己定义一个,,,
private function showmessage($info, $url){ echo "<script>alert('$info');window.location.href='$url'</script>"; exit; }