摘要: 一、实时文件监控模块 using System.IO; public class ExcelMonitor { private FileSystemWatcher _watcher; private string _filePath = @"C:\data\input.xlsx"; private 阅读全文
posted @ 2026-01-15 16:50 w199899899 阅读(31) 评论(0) 推荐(0)