<?php try{ $a = 2; echo $a; if($a > 200) { throw new Exception ('更新管理平台密码失败!'); } echo 'ok'; } catch(Exception $e) { echo ...
確定! 回上一頁