World发布博客测试

姓名

地址

博客

www.bk.com

 插入一个单元格并放入代码

using System;

using System.Collections.Generic;

using System.Linq;

using System.Text;

 

namespace test01

{

class Program

{

static void Main(string[] args)

{

Console.WriteLine("Hello-world!");

Console.WriteLine("I love Hello-world!");

string name1 = Console.ReadLine();

Console.WriteLine("姓名为:{0}", name1);

Console.ReadLine();

}

}

}

posted @ 2018-04-13 10:27  燃烧的竹子  阅读(194)  评论(0编辑  收藏  举报