31393人加入学习
(83人评价)
C#编程-第一季-编程基础-宇宙最简单2021最新版

制作完成于2021年10月10日,使用Visual Studio 2019

价格 免费

string str = @“C:\a\b\c”;

Console.WriteLine(str);

\\输出为  C:\a\b\c

 

Console.WriteLine("C:\\a\\b\\c"); 

//结果是C:\a\b\c    。\\输出为\

 

@作用:所有转移字符无效

 

+   连接符

 

 

[展开全文]

Console.WriteLine("\"");    //输出  \"

\"   输出>>   "

\\\"   输出>>   \"

\n 换行    \t 制表

 

[展开全文]

Console.WriteLine("输出文字");    //带换行

Console.Write("输出文字");            //无换行

[展开全文]

hear

cry

What's  wrong  with  you?

hurt

knee

hand

move

elbow

neck

cough

fever

stomachache

safety  first

helmet

near

knife

[展开全文]

hear

cry

What's  wrong  with  you?

hurt

knee

hand

move

elbow

neck

cough

fever

stomachache

safety  first

helmet

near

knife

[展开全文]

 

hear

cry

What's  wrong  with  you?

hurt

knee

hand

move

elbow

neck

cough

fever

stomachache

safety  first

helmet

near

knife

[展开全文]

hear听见

cry 哭

What's  wrong  with  you?   你怎么了?        

hurt疼痛

knee膝盖

hand手

move移动

elbow肘

neck脖子

cough咳嗽

fever发烧

stomachache胃疼

safety  first 安全第一

helmet头盔

near靠近

knife小刀 

 

 

 

 

 

 

 

[展开全文]

授课教师

问问题加入A计划,有专门负责答疑的老师哦!!!

课程特色

下载资料(1)
视频(117)
图文(3)