当前位置:网站首页>escape sequence
escape sequence
2022-07-01 10:56:00 【Yuzhibo Linzhong Road】
| Code | Output |
|---|---|
| \' | Single quotation marks |
| \" | Double quotes |
| \\ | The backslash |
| \n | Line break |
| \r | enter |
| \t | tab( tabs ) |
| \b | Back space |
| \f | Page identifier |
let a = "hello world";
// let b = " I am a ' superman '";
// Quotation mark rule : Inner double outer single , Single outside and double inside , Or escape character
let b = " I am a \" superman \" ";
console.log(b); // I am a " superman "边栏推荐
猜你喜欢

Oracle和JSON的結合

New situation of digital collection market

Personal mall two open Xiaoyao B2C mall system source code - Commercial Version / group shopping discount seckill source code
![[MPC] ① quadratic programming problem matlab solver quadprog](/img/be/5e300255041e3348b933bc32e2ea46.png)
[MPC] ① quadratic programming problem matlab solver quadprog

Value 1000 graduation project campus information publishing platform website source code

谷歌新论文-Minerva:用语言模型解决定量推理问题

Website source code whole site download website template source code download

Combination of Oracle and JSON

Design and practice of new generation cloud native database

缺少比较器,运放来救场!(运放当做比较器电路记录)
随机推荐
[matytype] insert MathType inter line and intra line formulas in CSDN blog
数据库实验报告(一)
Design and practice of new generation cloud native database
442. duplicate data in array
2022年已经过去一半了,是不是很突然呢?
Huawei HMS core joins hands with hypergraph to inject new momentum into 3D GIS
[laravel] detailed explanation of faker data filling
Project0: Games
LeetCode 438. 找到字符串中所有字母异位词__滑动窗口
Rising stars in Plant Sciences (rsps2022) final Science Lecture (6.30 pm)
12款大家都在用的產品管理平臺
全局过滤器(处理时间格式)
What are the advantages and disadvantages of PHP
[MPC] ① quadratic programming problem matlab solver quadprog
prism journal导航按钮的可用性探索记录
Matplotlib数据可视化基础
LeetCode 438. Find all letter ectopic words in the string__ sliding window
12款大家都在用的产品管理平台
爬虫(2) - Requests(1) | Requests模块的深度解析
SQL optimization - in and not in, exist