随笔分类 - java基础
摘要:byte 转file String filepath="D:\\"+getName(); File file=new File(filepath); if(file.exists()){ file.delete(); } FileOutputStream fos = new FileOutputSt
阅读全文
摘要:在com.example包下有一个test.properties文件和测试类PropertyReadTest.java。 test.properties 文件内容: author=zeige team=SUTMOUNTING campus=\u5927\u8FDE\u6C11\u65CF\u5B66
阅读全文

浙公网安备 33010602011771号