标签:rac color cep exception tput cat eth 初始 method
// 如果不进行初始化,当 未进行初始化 + new失败时,引用地址可能胡乱引用。 OutputStream os = null; try { os = excepThrowMethod(); } finally { if (os != null){ try { os.close(); } catch (IOException e) { // TODO Auto-generated catch block e.printStackTrace(); } } }
标签:rac color cep exception tput cat eth 初始 method
原文地址:https://www.cnblogs.com/wenlin-gk/p/9750702.html