摘要: assets目录下存放的原生资源文件,通过getAssets()方法获取.使用:InputStream inputStream; try { inputStream = getAssets().open("data/chat.isp"); ... 阅读全文
posted @ 2015-08-16 11:21 欢醉 阅读(1008) 评论(0) 推荐(0)