mac
2024-07-25 3f6685c77beeb12baf840733fb890860f4c26e7c
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
      }