当前位置:网站首页>常用的转义字符
常用的转义字符
2022-08-11 05:18:00 【涛SSS】
‘\n’ 换行
‘\r’ 回车(不换行)
‘\0’ 空字符,通常用做字符串结束标志
‘\t’ 水平制表
‘\v’ 垂直制表
‘\b’ 退格
‘\f’ 走纸换页
边栏推荐
猜你喜欢

npm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead.

C语言结构体——位段概念的讲解

看完这篇博客之后,含着泪学会了TCP/IP

【win10+cuda7.5+cudnn6.0安装caffe①】安装cuda和cudnn

分布式日志存储架构设计方案

如何正确使用OPcache优化系统性能

C语言自定义类型——枚举类型讲解

(2) Construction of a real-time performance monitoring platform (Grafana+Prometheus+Jmeter)

C语言自定义数据类型——联合体

task03 Pytorch模型定义
随机推荐
08-Express路由详解
c pointer learning (1)
Introduction of several ways to initialize two-dimensional arrays in C language (private way to initialize large arrays)
函数怎么用
05-JS中的BOM和DOM
普林斯顿概率论读本读书笔记(阅读中......)
08-JS对象、原型及原型链
如何正确使用OPcache优化系统性能
gradle-wrapper.jar说明
标准模板题:采药
ES6 迭代器与生成器
第13章 类的继承-1
Install different versions of MinGW (g++/gcc) and the configuration of the corresponding clion editor under Win
C language - program compilation and execution, detailed macro definition
06-JS定时器:间隔定时器、延时定时器
动态表单配置select
简单做份西红柿炒蛋778
CSDN 社区内容创作规范
第8章 函数探幽-2
uniapp获取用户信息(登录及个人中心页面的实现)