diff --git a/CONTRIBUTORS.svg b/CONTRIBUTORS.svg index 1c0531e2..19f49e5a 100644 --- a/CONTRIBUTORS.svg +++ b/CONTRIBUTORS.svg @@ -191,14 +191,16 @@ - + + + - + - + - + - + \ No newline at end of file diff --git a/docs/cs.html b/docs/cs.html index 5df1ea84..4ef61beb 100644 --- a/docs/cs.html +++ b/docs/cs.html @@ -171,6 +171,18 @@ Console.WriteLine(num); } +
+
while(true)
+{
+   Console.WriteLine("只要给定的条件为真,while 循环语句会重复执行");
+}
+
+
+
do
+{
+   Console.WriteLine("与 while 类似,do...while 会确保至少执行一次循环。");
+} while( true );
+

C# 数据类型

原始数据类型

diff --git a/index.html b/index.html index db7acc30..2fe8524d 100644 --- a/index.html +++ b/index.html @@ -1264,7 +1264,7 @@

如果你有资源,可以很方便部署 web 版,这非常简单,只需要克隆 gh-pages 分支代码到你的静态服务就可以了,还可以使用 docker 快捷部署 web 版。

-
+