当前位置:网站首页>Translation character '/b' in C #
Translation character '/b' in C #
2022-07-27 07:58:00 【InfoQ】
C# Translation characters in ’/b’
What are translation characters ?
All escape characters and their corresponding meanings :
static void Main(string[] args)
{
Console.WriteLine(" You chose it \b It's all about life ...");
Console.WriteLine(" You chose it \b\b It's all about life ...");
Console.WriteLine(" You chose it \b\b\b It's all about life ...");
Console.WriteLine(" You chose it \b\b\b\b It's all about life ...");
}

static void Main(string[] args)
{
Console.WriteLine(" I choose the '\b It's all about life ...");
Console.WriteLine(" You chose it \'\b It's all about life ...");
Console.WriteLine(" You chose it czy\b It's all about life ...");
Console.WriteLine(" You chose it 123\b It's all about life ...");
Console.WriteLine(" You chose it >>>\b It's all about life ...");
Console.WriteLine(" You chose it 》》》\b It's all about life ...");
}

static void Main(string[] args)
{
Console.WriteLine("123456\b");
Console.WriteLine("123456\b\b");
Console.WriteLine("123456\b\b\b");
Console.WriteLine("123456\b\b\b\b");
Console.WriteLine("-----------------------");
Console.Write("123456\b");
Console.WriteLine();
Console.Write("123456\b\b");
Console.WriteLine();
Console.Write("123456\b\b\b");
Console.WriteLine();
Console.Write("123456\b\b\b\b");
Console.WriteLine();
Console.WriteLine("-----------------------");
Console.Write("123456\b");
Console.Write("123456");
}

边栏推荐
- Mqtt instruction send receive request subscription
- Stored procedures and functions
- C#委托的使用案例
- API 版本控制【 Eolink 翻译】
- 【小程序】uniapp发行微信小程序上传失败Error: Error: {'errCode':-10008,'errMsg':'invalid ip...
- 自动化测试的使用场景
- [golang learning notes 2.0] arrays and slices in golang
- Demo submit a program and obtain ALV data of the program
- Want the clouds in the picture to float? Video editing services can be achieved in three steps with one click
- Showdoc vulnerability learning - cnvd-2020-26585 (arbitrary file upload)
猜你喜欢

物来顺应,未来不迎,当时不杂,既过不恋

A quick overview of transformer quantitative papers in emnlp 2020

C# 中的转译字符'/b'

MCU multi-level menu

【飞控开发基础教程4】疯壳·开源编队无人机-串口(光流数据获取)

SETTA 2020 国际学术会议即将召开,欢迎大家参加!

The seta 2020 international academic conference will be held soon. Welcome to attend!

Day111.尚医通:集成NUXT框架、前台页面首页数据、医院详情页

Happy holidays, everyone

What are the software tuning methods? Let's see what Feiteng technology experts say about dragon lizard technology
随机推荐
API 版本控制【 Eolink 翻译】
Install tensorflow
MCU multi-level menu
服务器网络测试的方法
【pytorch】ResNet18、ResNet20、ResNet34、ResNet50网络结构与实现
【万字长文】吃透负载均衡,和阿里大牛的技术面谈
Enhancement: BTE process introduction
QingChuang technology joined dragon lizard community to build a new ecosystem of intelligent operation and maintenance platform
JS存取cookie示例
Debug:与泛型有关的“无法解析的外部符号”
Day111.尚医通:集成NUXT框架、前台页面首页数据、医院详情页
mqtt指令收发请求订阅
Shell Scripts相关
Applet payment management - new payment docking process
Gossip: is rotting meat in the pot to protect students' rights and interests?
容器内使用sudo报错bash: sudo: command not found解决
linux能不能安装sqlserver
HU相关配置
物联网工业级UART串口转WiFi转有线网口转以太网网关WiFi模块选型
将对象转换为键值对