From b85caa31595ddb758d9a2f137ee04590410ab4c4 Mon Sep 17 00:00:00 2001 From: zhangxy Date: Thu, 26 Jun 2025 16:34:05 +0800 Subject: [PATCH] =?UTF-8?q?1.=E6=97=A5=E5=BF=97=E8=B7=AF=E5=BE=84=E9=87=8D?= =?UTF-8?q?=E7=BD=AE=EF=BC=8C=E9=81=BF=E5=85=8D=E8=B7=AF=E5=BE=84=E5=8F=A0?= =?UTF-8?q?=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SocketExample/TCPWindowV2.xaml.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/SocketExample/TCPWindowV2.xaml.cs b/SocketExample/TCPWindowV2.xaml.cs index 0380da8..04629a8 100644 --- a/SocketExample/TCPWindowV2.xaml.cs +++ b/SocketExample/TCPWindowV2.xaml.cs @@ -240,6 +240,7 @@ namespace SocketExample EnsureFolderExists($"日志文件夹/{year}/{Text}"); path = $"日志文件夹/{year}/{Text}/" + path; writeToTxt(path, $"EPC:{taglist[j].EPCstring}\nHEX:{EPCinfo}\nRSSI:{taglist[j].RSSI.ToString()} Count:{taglist[j].Count.ToString()} Time:{Timeinfo}\n____________________________"); + path = Text + ".txt"; //LogService.Instance.Debug(""); }