当前位置:网站首页>ES6 -- Deconstruction assignment
ES6 -- Deconstruction assignment
2022-07-25 21:29:00 【Alice -- Essay】
1 Meet the requirements :
(1) Right and left
(2) On the right is something ( Such as data or json)
2 Use detailed code
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<script>
let {a,b,c} = {a:11,b:22,c:33};
console.log(a,b,c);
let [d,e,f] = [444,555,666]
console.log(d,e,f);
</script>
</body>
</html>边栏推荐
- An interview question combining defer and function in golang
- Kali modify the update source (it is not safe to update with this source)
- Database SQL statement exercise "suggestions collection"
- How to choose sentinel vs. hystrix current limiting?
- Basic method of black box (function) test
- ONEFLOW V0.8.0 officially released
- 五、品达通用权限系统__pd-tools-xxs(防跨站脚本攻击)
- Trusted and controllable way of Tencent cloud database
- Oracle RAC RMAN backup error ora-19501 ora-15081
- How to store pictures in the database "suggested collection"
猜你喜欢

strcpy()

The adequacy of source evaluation forum · observation model test
![[fiddlertx plug-in] use Fiddler to capture the package Tencent classroom video download (unable to capture the package solution)](/img/de/7a288ee8e6001235d4869c10503932.png)
[fiddlertx plug-in] use Fiddler to capture the package Tencent classroom video download (unable to capture the package solution)

五、品达通用权限系统__pd-tools-xxs(防跨站脚本攻击)

Cesium 多边形渐变色纹理(Canvas)

Job interviews are always a second kill? After reading the seckill system notes secretly stored by JD T8, I have given my knees

pyqt5使用pyqtgraph绘制多个Y值散点图

接口测试工具 restlet client

黑盒(功能)测试基本方法

Face and key point detection: yolo5face practice
随机推荐
Please give an example of how to optimize MySQL index (sqlserver index optimization)
[ManageEngine] value brought by Siem to enterprises
Airtest solves the problem that a password needs to be entered in the process of "automatic packaging" (the same applies to random bullet frame processing)
2022-07-18: what is the output of the following go language code? A:Groutine; B:Main; C:Goroutine; D:GoroutineMain。 package m
The onnx model is exported as a TRT model
Test cases and defect report templates
测试用例和缺陷报告模板
Cesium polygon gradient texture (canvas)
Sum of two numbers and three numbers
【C语言入门】ZZULIOJ 1016-1020
Oracle views the SQL statements with the slowest execution and the most queries
Zero basic learning canoe panel (17) -- panel CAPL function
Canvas 填充渐变
Temperature and humidity environment monitoring system based on stm32
字节一面:TCP 和 UDP 可以使用同一个端口吗?
我也是醉了,Eureka 延迟注册还有这个坑!
Reading the pointpillar code of openpcdet -- Part 3: Calculation of loss function
[depth] the new LAAS agreement elephant: the key to revitalizing the development of the defi track
Beisen Holdings' IPO: a total loss of 4.115 billion yuan in three years, and a total of 2.84 billion yuan in the previous nine rounds of financing
Kali modify the update source (it is not safe to update with this source)