当前位置:网站首页>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");
}

边栏推荐
- 瑞芯微RK3399-I2C4挂载EEPROM的修改案例
- Day111.尚医通:集成NUXT框架、前台页面首页数据、医院详情页
- C#委托的使用案例
- Gossip: is rotting meat in the pot to protect students' rights and interests?
- 【Golang】golang开发微信公众号网页授权功能
- 抽象工厂模式
- Shell awk related exercises
- Demo:pa30 Bank Country Code default CN enhancement
- Shell Scripts相关
- C event usage case subscription event+=
猜你喜欢

Day111. Shangyitong: integrate nuxt framework, front page data, hospital details page

Promise详解

Framework of electronic mass production project -- basic idea
![API version control [eolink translation]](/img/3a/8a78e57a2474f33d011d91631fde74.jpg)
API version control [eolink translation]

The first open source MySQL native HTAP database in China will be released soon! Look at the three highlights first, limited to the surrounding areas, waiting for you~

2020 International Machine Translation Competition: Volcano translation won five championships

剑指 Offer 58 - I. 翻转单词顺序

DEMO SUBMIT 某程序并获取该程序ALV数据

Applet payment management - new payment docking process

浅谈数据安全
随机推荐
linux能不能安装sqlserver
Grandson's questions are difficult, and his son's invigilation is strict. I can't do it. Pay back my school money
Day111.尚医通:集成NUXT框架、前台页面首页数据、医院详情页
C language: random generated number + insertion sort
QingChuang technology joined dragon lizard community to build a new ecosystem of intelligent operation and maintenance platform
3D激光SLAM:LeGO-LOAM论文解读---摘要
[flight control development foundation tutorial 4] crazy shell · open source formation UAV - serial port (optical flow data acquisition)
Lua迭代器
存储过程与函数
JS access cookie example
Interview reply V
【小程序】uniapp发行微信小程序上传失败Error: Error: {'errCode':-10008,'errMsg':'invalid ip...
C#委托的使用案例
CommonTitleBar hide left right
【QT】capture. Obj:-1: error: lnk2019: unresolved external symbols__ imp_ Htons (solution)
抽象工厂模式
slf4j如何进行logback配置呢?
glGetUniformLocation,glUniform4f
Confluence vulnerability learning - cve-2021-26084/85, cve-2022-26134 vulnerability recurrence
DEMO:PA30 银行国家码默认CN 增强