String filePath = Test.class.getClassLoader().getResource("MyMM//words.dic").getPath();
读取Resources下的文件内容
最新推荐文章于 2025-06-22 11:48:39 发布
String filePath = Test.class.getClassLoader().getResource("MyMM//words.dic").getPath();