最贊回答 / luofeng0603
是老師自己編寫的函數,adminController.class.php 中有,代碼是這樣的:private function showmessage($info,$url){ echo "<script>alert('$info');window.location.href='$url'</script>"; exit;}
2015-07-03