摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Windows.Forms;using System 阅读全文
摘要:
//Application.StartupPath为获取当前exe文件所在位置的根目录 //“写入记事本文件的名字” StreamReader sr = new StreamReader(Application.StartupPath + "\\Logs\\报警记录.txt"); while (sr 阅读全文