Browse Source

update show ms

shenjian 7 năm trước cách đây
mục cha
commit
ec664edf4f
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      PingList/Program.cs

+ 2 - 2
PingList/Program.cs

@@ -41,8 +41,8 @@ namespace PingList
                 }
                 else
                 {
-                    Console.WriteLine(item + "......OK");
-                    sb.AppendLine(item + "\tOK");
+                    Console.WriteLine(item + "......" + r.ToString() + "ms");
+                    sb.AppendLine(item + "\t" + r.ToString()+"ms");
                 }
 
             }