<?php  
try{
$error = 'Always throw this error<br/>'; throw new Exception($error); // 从这里开始,try 代码块内的代码将不会被执行 echo[......]

阅读全文