wxr
2024-09-27 acc8caee31c4be90bd38d1af18136b0e84f6fe94
HDL_ON/Common/Utlis.cs
@@ -28,6 +28,7 @@
      /// <param name="content">信息内容</param>
      public static void WriteLine(string tag, string url, string content)
      {
         return;
#if DEBUG
         if (url == "")
         {
@@ -42,7 +43,7 @@
            }
         }
         string text = tag + "======" + url + "\r\n" + content;
         //Console.WriteLine(text);
         Console.WriteLine(text);
#endif
      }