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