- 博客(2)
- 收藏
- 关注
原创 C#实验二
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Windows.Forms;namespace WindowsFormsApplication5{ public partial
2022-06-10 00:49:17
75
原创 C#入门实验
using System;using System.Collections.Generic;using System.Text;namespace test00{ class Welcome { static void Main(string[] args) { Console.Write("请输入你的姓名:"); string strName = Console.ReadLine(); Console.WriteLine("{0},你好!欢迎使用C#语言C#!",strName); } }} ...
2022-06-10 00:47:29
74
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人