What is the difference between throw e and throw new Exception(e)?考虑:[cc lang=java]try { // Some code here} catch (IOException e) { throw ...
確定! 回上一頁