try
{the code may occur exception}
catch
{ the code handle exception}
NOTE:easy than java try-catch
try
{the code may occur exception}
catch
{ the code handle exception}
NOTE:easy than java try-catch
转载于:https://www.cnblogs.com/lsjava/p/9245790.html