以前老是看书看书看书.效果不好不说眼睛都要看近视了! 换种方式学习.
1
using System;
2
class HelloWorld
3
{
4
public static void Main()
5
{
6
Console.WriteLine("Hello, World!");
7
}
8
}
9
using System; 2
class HelloWorld 3
{4
public static void Main()5
{6
Console.WriteLine("Hello, World!");7
}8
}9




浙公网安备 33010602011771号