当前位置:网站首页>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>边栏推荐
- GDB locates the main address of the program after strip
- 腾讯云数据库的可信可控之路
- Add startup software items when the win system starts up
- Oracle RAC RMAN backup error ora-19501 ora-15081
- Temperature and humidity environment monitoring system based on stm32
- Opencv learning Fourier transform experience and line direction Fourier transform code
- 两数,三数之和
- When facing complex problems, systematic thinking helps you understand the essence of the problem
- In depth understanding of seven specific ways to enhance code scalability
- Vivo official website app full model UI adaptation scheme
猜你喜欢

Qixin Jushi cloud spectrum new chapter | Haitai Fangyuan and Sichuan Unicom reach ecological strategic cooperation

字节一面:TCP 和 UDP 可以使用同一个端口吗?

Trusted and controllable way of Tencent cloud database

Canvas 填充渐变

SSH private key realizes login to remote target server

基于腾讯地图实现精准定位,实现微信小程序考勤打卡功能
![[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)

浅谈web性能优化(一)

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

Oracle RAC RMAN backup error ora-19501 ora-15081
随机推荐
Database SQL statement exercise "suggestions collection"
Handwriting distributed configuration center (1)
resize函数的作用「建议收藏」
全志芯片bsp命名规则
C#Socket
Autojs learning - Automatic screenshot of the king
MPI learning notes (II): two implementation methods of matrix multiplication
Record the transfer of domain names from Alibaba cloud service providers to Huawei cloud
npm 模块 移除_【已解决】npm卸载模块后该模块并没有从package.json中去掉[通俗易懂]
Autojs learning - file depth search
我也是醉了,Eureka 延迟注册还有这个坑!
Kali modify the update source (it is not safe to update with this source)
In depth understanding of seven specific ways to enhance code scalability
919. 完全二叉树插入器 : 简单 BFS 运用题
Jmeter分布式压测
Canvas fill gradient
Naming rules for BSP of Quanzhi chip
Six principles of C program design
基于腾讯地图实现精准定位,实现微信小程序考勤打卡功能
cv图像翻转,EmguCV图像旋转「建议收藏」