代码改变世界

随笔档案-2014年12月

[Android学习笔记]try-catch

2014-12-22 14:29 by hellenism, 323 阅读, 收藏,
摘要: private boolean test() { boolean result = true; String str = null; try { Log.d("test","出现异常之前"); int length... 阅读全文