问答详情
源自:2-2 C#的注释

C#初级的

using System;

using System.Collections.Generic;

using System.Linq;

using System.Text;

using System.Threading.Tasks;


using System;

using System.Collections.Generic;

using System.Text;


namespace Test

{

class Program

{

static void Main(string[] args)

{

/*

             *  这是一段提示信息

             */

Console.WriteLine("积跬步,至千里");//打印并换行

}

}

}


提问者:qq_远远乡深深肠_03597905 2017-07-27 14:19

个回答

  • 拉玛尔
    2017-07-27 15:17:23

    这可以换行了