怎么获取android项目assets目录里的文件写入流OutputStream
new OutputStream(String path),这个path怎么写,试了几次都不行
InputStream is=context.getAssets().open("demo");