文件不存在拋出異常,如何處理

try { if(!file.exists()) { } } catch (Exception e) { // TODO Auto-generated catch block e.printStackTrace(); Log.e(TAG, "not found "+filename); }
相關文章
相關標籤/搜索