php //create function with an exception function checkNum($number) { if($number>1) { throw new Exception("Value must be 1 or below"); } return ...
確定! 回上一頁