wxr
2024-09-14 c00da77d00a479fa5d022346a6d9075f90a5c087
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
      }