php try catch

<? try{ throw new Exception("bb"); }catch(Exception $e){     echo $e->getMessage(); } ?>
相關文章
相關標籤/搜索