摘要: import java.io.*; String filePath = "/data/account.txt"; String conent = vars.get("account"); BufferedWriter out = null; try { File file = new File(filePath); File fileParent = fi... 阅读全文
posted @ 2019-08-14 14:37 平凡的人生-野草 阅读(265) 评论(0) 推荐(0) 编辑