最美情侣中文字幕电影,在线麻豆精品传媒,在线网站高清黄,久久黄色视频

歡迎光臨散文網(wǎng) 會(huì)員登陸 & 注冊(cè)

第五題

2023-02-20 14:57 作者:貓貓的掠奪刀  | 我要投稿

import java.io.*; public class IOmain { public static void main(String[] args) { // 定義源文件路徑和目標(biāo)文件路徑 String srcPath = "d:/test1.txt"; String destPath = "d:/test2.txt"; // 創(chuàng)建輸入流和輸出流 BufferedReader reader = null; BufferedWriter writer = null; try { reader = new BufferedReader(new FileReader(srcPath)); writer = new BufferedWriter(new FileWriter(destPath)); // 一次讀取一行數(shù)據(jù) String line; while ((line = reader.readLine()) != null) { // 將數(shù)字替換為空字符串 line = line.replaceAll("\\d", ""); // 寫入目標(biāo)文件 writer.write(line); // 換行 writer.newLine(); } } catch (IOException e) { e.printStackTrace(); } finally { // 關(guān)閉輸入流和輸出流 if (reader != null) { try { reader.close(); } catch (IOException e) { e.printStackTrace(); } } if (writer != null) { try { writer.close(); } catch (IOException e) { e.printStackTrace(); } } } } }

第五題的評(píng)論 (共 條)

分享到微博請(qǐng)遵守國(guó)家法律
沙湾县| 宁武县| 永仁县| 庐江县| 东辽县| 巩义市| 嘉善县| 磴口县| 二手房| 都兰县| 加查县| 新密市| 石河子市| 商城县| 随州市| 微博| 天台县| 香港 | 石家庄市| 怀安县| 田林县| 舒兰市| 开阳县| 金坛市| 温宿县| 阳朔县| 互助| 凤阳县| 喀什市| 峡江县| 西安市| 东海县| 铜川市| 盐源县| 宝清县| 建始县| 柳江县| 永泰县| 孟津县| 增城市| 禄丰县|