摘要: 问题1:这个时候eclipse会弹出一个警告:“Resource leak: 'in' is never closed” 查了下api,Scanner存在一个close方法,添加in.close;问题解决。 其实eclipse给出了解决方案,@SuppressWarnings(“resource”) 阅读全文
posted @ 2018-08-25 09:19 RayChou1995 阅读(412) 评论(0) 推荐(0) 编辑