Android java程序获取assets资产文件时间:2023-03-09 15:34:33 AssetManager assetManager=this.getAssets(); inputStream = assetManager.open("test.xml");