소스 검색

update show ms

shenjian 7 년 전
부모
커밋
ec664edf4f
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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");
                 }
 
             }